diff options
Diffstat (limited to 'po/makefile')
-rw-r--r-- | po/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/makefile b/po/makefile index 3c29a8031..e3b042074 100644 --- a/po/makefile +++ b/po/makefile @@ -60,7 +60,7 @@ $(MOFILES) : $(PO_DOMAINS)/%.mo : $(PO_DOMAINS)/%.po cp $@ $(LOCALE)/$(notdir $*)/LC_MESSAGES/$(call GETDOMAIN,$*).mo stats: - for i in *.po; do echo -n "$$i: "; msgfmt --statistics $$i; done + for i in *.pot *.po; do echo -n "$$i: "; msgfmt --statistics $$i; done binary: $(POTFILES) $(PO)/$(PACKAGE)-all.pot $(MOFILES) |