Man page translations added to 'po-stats' target

This commit is contained in:
Moritz Bunkus 2010-02-09 12:23:55 +01:00
parent cfa7ca0c30
commit be8596bd55

View File

@ -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 ; \