diff options
author | Wu Xiaotian <[email protected]> | 2019-09-02 10:38:45 +0800 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2019-09-03 18:02:56 +0200 |
commit | 6b0620edf173bf36ccedbe205e24b90e00915c6b (patch) | |
tree | a73d21e7f8ab0e7444a375eeaff2cf96080b410d /desktop-themes/Blue-Submarine/Makefile.am | |
parent | fac968695c7e20b02e49b8d2e7b349d787173153 (diff) | |
download | mate-themes-6b0620edf173bf36ccedbe205e24b90e00915c6b.tar.bz2 mate-themes-6b0620edf173bf36ccedbe205e24b90e00915c6b.tar.xz |
migrate from intltool to gettext
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 \ |