From 7a0a6bd08690e3efbb4ae1468c36ce8421f644df Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Mon, 25 Jul 2016 21:49:05 +0200 Subject: [PATCH] Add stats. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2