summaryrefslogtreecommitdiff
path: root/icon-themes/Quid/24x24/actions/Makefile.am
blob: 467ec4cc806b5e4bfc7f1438b657fcad8b9f55b9 (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
themedir = $(datadir)/icons/Quid
size = 24x24
context = actions

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

icons_DATA =			\
	document-open.png	\
	go-bottom.png		\
	go-down.png		\
	go-first.png		\
	go-home.png		\
	go-last.png		\
	go-next.png		\
	go-previous.png		\
	go-top.png		\
	go-up.png		\
	view-refresh.png


EXTRA_DIST =		\
	$(icons_DATA)

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