]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Show the statistics to the maintainer.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Jan 2001 11:27:57 +0000 (11:27 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 19 Jan 2001 11:27:57 +0000 (11:27 +0000)
po/ChangeLog
po/Makefile.in.in

index ea7ffe9ae3855bbc5f96263a05fd2562d45bfd8e..d805ad46affe2de62eea70bd4181a1e92508ffaa 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-06  Bruno Haible  <haible@clisp.cons.org>
+
+       * Makefile.in.in (.po.gmo): Pass --statistics to msgfmt.
+
 2001-01-06  Bruno Haible  <haible@clisp.cons.org>
 
        Remove catgets fallback code.
index f9e02cb66a958033ba20e0d9ec1658d3a50829f5..c6ae119c2796f1f3502e79c6127a8afe87957c83 100644 (file)
@@ -68,7 +68,7 @@ CATALOGS = @CATALOGS@
 
 .po.gmo:
        file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
-         && rm -f $$file && $(GMSGFMT) -o $$file $<
+         && rm -f $$file && $(GMSGFMT) --statistics -o $$file $<
 
 
 all: all-@USE_NLS@