summaryrefslogtreecommitdiff
path: root/po/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/makefile')
-rw-r--r--po/makefile3
1 files changed, 3 insertions, 0 deletions
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