summaryrefslogtreecommitdiff
path: root/icon-themes/Quid/16x16/actions/Makefile.am
blob: 4f04a6795ea842ef64afa1b6e04262032bbc258d (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 = 16x16
context = actions

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

icons_DATA = \
	document-open.png \
	go-bottom.png \
	go-first.png \
	go-last.png \
	go-previous.png \
	go-up.png \
	go-down.png \
	go-home.png \
	go-next.png \
	go-top.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