From 1c8645d529da77881e8e9e192ccd9e646cdf3107 Mon Sep 17 00:00:00 2001 From: Tommy Reynolds Date: Sat, 4 Mar 2006 21:42:33 +0000 Subject: OK, OK, OK! We'll leave the default to XML2PO, but I'm keeping the PO2XML line (commented out, though) until XML2PO works for me. It may be a matter of one's robustness in handling the XML formatting style rather than something obviously broken, but I'm not convinced. Anyway, using XML2PO works for the release-notes and for right now, "that's good enough"(tm). --- Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.common b/Makefile.common index 4bc4801..fc47120 100644 --- a/Makefile.common +++ b/Makefile.common @@ -412,8 +412,8 @@ pot:: po/${DOCBASE}.pot define XML_template $(patsubst ${PRI_LANG}/%,${1}/%,${2}):: ${2} po/${1}.po mkdir -p ${1} -# ${XML2PO} -k -p po/${1}.po ${2} >$$@ - ${PO2XML} ${2} po/${1}.po >$$@ + ${XML2PO} -k -p po/${1}.po ${2} >$$@ +# ${PO2XML} ${2} po/${1}.po >$$@ endef $(foreach L,${OTHERS}, \ -- cgit