summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
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 \