From 510e6f3199a13258f70ee7d0db07d53dc58fd684 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 23 Feb 2004 16:46:47 +0000 Subject: After regenerating a translation, output some stats about it --- po/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- cgit