diff options
Diffstat (limited to 'cursor-themes/mate-black/Makefile.am')
-rw-r--r-- | cursor-themes/mate-black/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cursor-themes/mate-black/Makefile.am b/cursor-themes/mate-black/Makefile.am index 54ded0d4..3bf75550 100644 --- a/cursor-themes/mate-black/Makefile.am +++ b/cursor-themes/mate-black/Makefile.am @@ -1,13 +1,14 @@ THEME_NAME=mate-black THEME_IN_FILES=index.theme.in -@INTLTOOL_THEME_RULE@ - themedir = $(datadir)/icons/$(THEME_NAME) theme_DATA = \ index.theme +$(theme_DATA): $(THEME_IN_FILES) + $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + SUBDIRS = \ cursors |