From cdbf5cb65ffebfdd0454c3ba3253c8e11c279a44 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Tue, 7 Aug 2012 18:25:37 +0200 Subject: [PATCH] Get working and start using it. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2bb0f9d..8b599e5 100644 --- a/Makefile +++ b/Makefile @@ -88,8 +88,11 @@ html: freeculture.html freeculture.nb.html freeculture.xml: GET $(url) | gunzip > freeculture.xml +# workaround can be removed when BTS #684137 is fixed in +# po4a. freeculture.pot: freeculture.xml - po4a-gettextize -f docbook -m $^ > $@.new && mv $@.new $@ + po4a-gettextize -o nodefault='' -o inline='' \ + -f docbook -m $^ > $@.new && mv $@.new $@ stats: update-stats progress.png update-stats: freeculture.nb.po -- 2.51.0