]> pere.pagekite.me Git - text-relativity-of-wrong-asimov.git/commitdiff
Add stats.
authorPetter Reinholdtsen <pere@hungry.com>
Mon, 25 Jul 2016 19:49:05 +0000 (21:49 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Mon, 25 Jul 2016 19:49:05 +0000 (21:49 +0200)
Makefile

index 736ae5f75efb4c7ff838e6c40ce08edd7e2440dc..bad1d3743d673ba74efda34afc279a03804e521d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,6 @@ The_Relativity_of_Wrong.pot: The_Relativity_of_Wrong.txt
 
 The_Relativity_of_Wrong.nb.txt: The_Relativity_of_Wrong.nb.po
        po4a --translate-only The_Relativity_of_Wrong.nb.txt po4a.cfg 
+
+stats:
+       for f in *.po; do printf "$$f "; msgfmt --output /dev/null --statistics $$f; done