diff options
Diffstat (limited to 'desktop-themes/Blue-Submarine/Makefile.am')
-rw-r--r-- | desktop-themes/Blue-Submarine/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop-themes/Blue-Submarine/Makefile.am b/desktop-themes/Blue-Submarine/Makefile.am index 0b74e802..e70fee01 100644 --- a/desktop-themes/Blue-Submarine/Makefile.am +++ b/desktop-themes/Blue-Submarine/Makefile.am @@ -1,12 +1,13 @@ THEME_NAME=Blue-Submarine THEME_IN_FILES=index.theme.in -@INTLTOOL_THEME_RULE@ - themedir = $(datadir)/themes/$(THEME_NAME) theme_DATA = index.theme +$(theme_DATA): $(THEME_IN_FILES) + $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + SUBDIRS = \ cinnamon \ emerald \ |