summaryrefslogtreecommitdiff
path: root/icon-themes/ContrastHigh/Makefile.am
blob: 8991a59d02c94c3dffebcb00651a86d5eb7570ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
indexthemedir =	$(datadir)/icons/ContrastHigh/

SUBDIRS = \
	16x16 \
	22x22 \
	24x24 \
	32x32 \
	48x48 \
	256x256 \
	scalable

indextheme_DATA = index.theme
indextheme_in_files = $(indextheme_DATA:.theme=.theme.in)

$(indextheme_DATA): $(indextheme_in_files)
	$(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@

CLEANFILES = $(indextheme_DATA)
EXTRA_DIST = $(indextheme_in_files)