From: Petter Reinholdtsen Date: Mon, 25 Jul 2016 19:49:05 +0000 (+0200) Subject: Add stats. X-Git-Url: https://pere.pagekite.me/gitweb/text-relativity-of-wrong-asimov.git/commitdiff_plain/7a0a6bd08690e3efbb4ae1468c36ce8421f644df?ds=inline;hp=b8788c2a3d775829a8020b25c9fd13999eb2e479 Add stats. --- diff --git a/Makefile b/Makefile index 736ae5f..bad1d37 100644 --- 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