X-Git-Url: https://pere.pagekite.me/gitweb/text-relativity-of-wrong-asimov.git/blobdiff_plain/b8788c2a3d775829a8020b25c9fd13999eb2e479..7a0a6bd08690e3efbb4ae1468c36ce8421f644df:/Makefile 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