summaryrefslogtreecommitdiff
path: root/cursor-themes/mate-black/Makefile.am
blob: 0c379c869c1096f04831454ebce48a5acd2ff905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
THEME_NAME = mate-black

themedir = $(datadir)/icons/$(THEME_NAME)
theme_in_files = index.theme.in
theme_DATA = $(theme_in_files:.theme.in=.theme)

%.theme: %.theme.in
if USE_NLS
	$(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
else
	$(AM_V_GEN) cp -f $< $@
endif

SUBDIRS = cursors

CLEANFILES = $(theme_DATA)
EXTRA_DIST = $(theme_in_files)