diff options
Diffstat (limited to 'cursor-themes/mate-black')
-rw-r--r-- | cursor-themes/mate-black/Makefile.am | 5 | ||||
-rw-r--r-- | cursor-themes/mate-black/index.theme.in | 2 |
2 files changed, 4 insertions, 3 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 diff --git a/cursor-themes/mate-black/index.theme.in b/cursor-themes/mate-black/index.theme.in index be83c065..e3f36675 100644 --- a/cursor-themes/mate-black/index.theme.in +++ b/cursor-themes/mate-black/index.theme.in @@ -1,4 +1,4 @@ [Icon Theme] -_Name=MATE (Black) +Name=MATE (Black) Example=start-here |