diff options
author | Wu Xiaotian <[email protected]> | 2019-10-24 15:59:19 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-31 15:20:49 +0100 |
commit | cdb6025abc5729dd0eaba6aca2fa6a69b8b403c2 (patch) | |
tree | aa3ac4dd94dc2f8220e60e88b9659549ff79ce2f /Makefile.am | |
parent | 25130d5c3194eba42c9908aacc05c627548bce8b (diff) | |
download | mate-icon-theme-cdb6025abc5729dd0eaba6aca2fa6a69b8b403c2.tar.bz2 mate-icon-theme-cdb6025abc5729dd0eaba6aca2fa6a69b8b403c2.tar.xz |
migrate from intltool to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c61448c..2e8d45b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,7 +76,8 @@ THEME_DIRS=$(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in ` echo "" >> $@; \ done -@INTLTOOL_THEME_RULE@ +%.theme: %.theme.in Makefile + $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ # we don't want to install mo files, all translations are already stored # in theme files @@ -107,7 +108,6 @@ MAINTAINERCLEANFILES = \ configure \ depcomp \ install-sh \ - intltool-*.in \ libtool \ ltmain.sh \ missing \ |