Add --expand-all-entities to the call to xml2po to avoid translating the

external entities separately.
This commit is contained in:
nekral-guest
2007-11-26 22:13:16 +00:00
parent b75fe4940b
commit 4183905c3a
3 changed files with 9 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ if ENABLE_REGENERATE_MAN
LANG=$(notdir $(CURDIR))
%.xml: ../%.xml ../po/$(LANG).po
xml2po -l $(LANG) -p ../po/$(LANG).po -o $@ ../$@
xml2po --expand-all-entities -l $(LANG) -p ../po/$(LANG).po -o $@ ../$@
sed -i 's:\(^<refentry .*\)>:\1 lang="$(LANG)">:' $@
include ../generate_mans.mak