]> pere.pagekite.me Git - text-relativity-of-wrong-asimov.git/blob - Makefile
Oversatt litt mer.
[text-relativity-of-wrong-asimov.git] / Makefile
1 all: The_Relativity_of_Wrong.nb.txt
2
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 $@
5
6 The_Relativity_of_Wrong.nb.po: The_Relativity_of_Wrong.pot
7 po4a --no-translations --msgmerge-opt --no-location po4a.cfg
8
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
11
12 stats:
13 for f in *.po; do printf "$$f "; msgfmt --output /dev/null --statistics $$f; done