diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:40 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:40 +0000 |
commit | 1372a4a4c205960e1e89ea64a80fa0950815db77 (patch) | |
tree | 6e2e53d403f4baa02bc069a9d9df00b8d15cc632 /po/makefile | |
parent | 66afd2e8208458af9baf1a0b41d79508769d23c1 (diff) |
Add a stats target(hi joy).
Author: doogie
Date: 2003-02-09 23:44:30 GMT
Add a stats target(hi joy).
Diffstat (limited to 'po/makefile')
-rw-r--r-- | po/makefile | 3 |
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 |