From 1372a4a4c205960e1e89ea64a80fa0950815db77 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:00:40 +0000 Subject: Add a stats target(hi joy). Author: doogie Date: 2003-02-09 23:44:30 GMT Add a stats target(hi joy). --- po/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'po/makefile') 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 -- cgit v1.2.3