From be8596bd554c3982ef416bac24aa0bcbacf9b52d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 9 Feb 2010 12:23:55 +0100 Subject: [PATCH] Man page translations added to 'po-stats' target --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index a0b8b7d88..dbce0b36f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -301,7 +301,7 @@ manpages: $(MANPAGES) translated-manpages: $(MANPAGES_TRANSLATED) -update-manpage-po: +update-manpage-po update-man-po: $(PO4A) $(PO4A_FLAGS) doc/man/po4a/po4a.cfg # Some general rules @@ -390,7 +390,7 @@ update-po: create-pot done po-stats po-statistics: - @for i in po/*.po ; do \ + @for i in po/*.po doc/man/po4a/po/*.po; do \ echo ' MSGFMT ' $$i ; \ $(SQ) msgfmt --statistics -o /dev/null $$i ; \ msgfmt --statistics -o /dev/null $$i ; \