From b0a3e6e3bb10a12c491146a29f892c0b7e453683 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Mon, 25 Jul 2016 21:54:44 +0200 Subject: [PATCH] Add missing rules. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bad1d37..5fcc20f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,10 @@ all: The_Relativity_of_Wrong.nb.txt The_Relativity_of_Wrong.pot: The_Relativity_of_Wrong.txt po4a-gettextize -f text -m The_Relativity_of_Wrong.txt > $@.new && mv $@.new $@ -The_Relativity_of_Wrong.nb.txt: The_Relativity_of_Wrong.nb.po +The_Relativity_of_Wrong.nb.po: The_Relativity_of_Wrong.pot + po4a --no-translations --msgmerge-opt --no-location po4a.cfg + +The_Relativity_of_Wrong.nb.txt: The_Relativity_of_Wrong.nb.po The_Relativity_of_Wrong.txt po4a --translate-only The_Relativity_of_Wrong.nb.txt po4a.cfg stats: -- 2.47.2