]> pere.pagekite.me Git - text-relativity-of-wrong-asimov.git/blobdiff - Makefile
Add stats.
[text-relativity-of-wrong-asimov.git] / 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