summaryrefslogtreecommitdiff
path: root/scalable/actions/Makefile.am
blob: 3268ec3c57bb6d2d564c987c9bf34f2e7ab5745f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

size = scalable
context = actions
iconsdir = $(themedir)/$(size)/$(context)

icons_DATA =				\
	contact-new.svg	\
	edit-find.svg			\
	edit-find-replace.svg		\
	document-new.svg		\
	document-open.svg		\
	document-print.svg		\
	document-print-preview.svg	\
	document-save.svg		\
	document-save-as.svg		\
	folder-new.svg			\
	edit-delete.svg			\
	go-bottom.svg			\
	go-down.svg			\
	go-first.svg			\
	go-home.svg			\
	go-last.svg			\
	go-next.svg			\
	go-previous.svg			\
	go-top.svg			\
	go-up.svg			\
	list-add.svg			\
	list-remove.svg			\
	system-lock-screen.svg		\
	system-run.svg			\
	view-fullscreen.svg		\
	view-restore.svg		\
	window-new.svg			\
	zoom-best-fit.svg		\
	zoom-in.svg			\
	zoom-original.svg		\
	zoom-out.svg	

EXTRA_DIST =		\
	$(icons_DATA)

MAINTAINERCLEANFILES =	\
	Makefile.in

install-data-local: install-iconsDATA
	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))