]> git.saurik.com Git - apt.git/blobdiff - po/makefile
Lots and lots of i18n updates.
[apt.git] / po / makefile
index 3c29a80310ba7a67bd698a5acccefafb5d115348..e3b0420741f9ab8d1e79032bb2ea414a70a40aea 100644 (file)
@@ -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)