summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/po/Makefile b/po/Makefile
index 8e74515..556a9cc 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -10,8 +10,7 @@ all: $(LINGUAS:%=%.mo)
%.po : quilt.pot
msgmerge -o $@ $@ $^
- msgfmt --statistics -o /dev/null $@
-
+
quilt.pot: $(filter-out ../debian/control.in ../doc/quilt.1.in ../doc/README.in, \
$(wildcard ../*/*.in))
rm -f quilt.pot; touch quilt.pot