summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 9fbbc82..935a617 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -14,7 +14,8 @@ all: $(LINGUAS:%=%.mo)
%.po : quilt.pot
msgmerge -o $@ $@ $^
-
+ msgfmt --statistics -o /dev/null $@
+
quilt.pot: $(QUILT_IN:%=../quilt/%.in) $(SCRIPTS_IN:%=../scripts/%.in) ../bin/quilt.in
rm -f quilt.pot; touch quilt.pot
for file in $+ ; do \