From: Arch Librarian Date: Mon, 20 Sep 2004 17:00:40 +0000 (+0000) Subject: Add a stats target(hi joy). X-Git-Tag: 0.7.24ubuntu1~811 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/1372a4a4c205960e1e89ea64a80fa0950815db77 Add a stats target(hi joy). Author: doogie Date: 2003-02-09 23:44:30 GMT Add a stats target(hi joy). --- diff --git a/po/makefile b/po/makefile index abe8ffef6..a3d9d2d8f 100644 --- a/po/makefile +++ b/po/makefile @@ -59,6 +59,9 @@ $(MOFILES) : $(PO_DOMAINS)/%.mo : $(PO_DOMAINS)/%.po mkdir -p $(LOCALE)/$(notdir $*)/LC_MESSAGES/ cp $@ $(LOCALE)/$(notdir $*)/LC_MESSAGES/$(call GETDOMAIN,$*).mo +stats: + for i in *.po; do echo -n "$$i: "; msgfmt --statistics $$i; done + binary: $(POTFILES) $(PO)/$(PACKAGE)-all.pot $(MOFILES) clean: clean/local