From: Bruno Haible Date: Fri, 19 Jan 2001 11:27:57 +0000 (+0000) Subject: Show the statistics to the maintainer. X-Git-Tag: v0.10.36~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=697735b2b75d59341cc2cbed2f4bf7a0ee73547c;p=thirdparty%2Fgettext.git Show the statistics to the maintainer. --- diff --git a/po/ChangeLog b/po/ChangeLog index ea7ffe9ae..d805ad46a 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2001-01-06 Bruno Haible + + * Makefile.in.in (.po.gmo): Pass --statistics to msgfmt. + 2001-01-06 Bruno Haible Remove catgets fallback code. diff --git a/po/Makefile.in.in b/po/Makefile.in.in index f9e02cb66..c6ae119c2 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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@