diff options
author | Matt Wilson <msw@redhat.com> | 2001-02-14 19:30:17 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-02-14 19:30:17 +0000 |
commit | 764d6611138a6088ed8a3b95d01f873111f55c3e (patch) | |
tree | ab6c94488e5c3e800168d88e30aa6764016bf0ba /po/Makefile | |
parent | 081c22a45852a4658b817760a30aaee2c04fe18b (diff) | |
download | anaconda-764d6611138a6088ed8a3b95d01f873111f55c3e.tar.gz anaconda-764d6611138a6088ed8a3b95d01f873111f55c3e.tar.xz anaconda-764d6611138a6088ed8a3b95d01f873111f55c3e.zip |
add make report rule
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index 65ce2245b..1ba543bab 100644 --- a/po/Makefile +++ b/po/Makefile @@ -56,6 +56,12 @@ refresh-po: Makefile fi \ done +report: + @for cat in $(SHORT_PO) $(LONG_PO); do \ + echo -n "$$cat: "; \ + msgfmt -v --statistics -o /dev/null $$cat; \ + done + clean: rm -f *mo $(NLSPACKAGE).pot |