1 all: The_Relativity_of_Wrong.nb.txt
3 The_Relativity_of_Wrong.pot: The_Relativity_of_Wrong.txt
4 po4a-gettextize -f text -m The_Relativity_of_Wrong.txt > $@.new && mv $@.new $@
6 The_Relativity_of_Wrong.nb.po: The_Relativity_of_Wrong.pot
7 po4a --no-translations --msgmerge-opt --no-location po4a.cfg
9 The_Relativity_of_Wrong.nb.txt: The_Relativity_of_Wrong.nb.po The_Relativity_of_Wrong.txt
10 po4a --translate-only The_Relativity_of_Wrong.nb.txt po4a.cfg
13 for f in *.po; do printf "$$f "; msgfmt --output /dev/null --statistics $$f; done