summaryrefslogtreecommitdiff
path: root/icon-themes/Crux/16x16/actions/Makefile.am
blob: be8fd1693d29152f103044e46b2adf78b375ca77 (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/Crux
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