summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-07-19 18:45:39 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-07-19 18:45:39 +0000
commit32c64427eb0e9106332af45a5bb496f5f07874e1 (patch)
treecfab8f994739aed4750310ef1a298c45f35a8983 /po/Makefile
parentcf94509db1cdcde33e1992275fdb0d88236e6a74 (diff)
downloadquilt-32c64427eb0e9106332af45a5bb496f5f07874e1.tar.gz
- We don't need the translation statistics twice.
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