summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-04 21:42:33 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-04 21:42:33 +0000
commit1c8645d529da77881e8e9e192ccd9e646cdf3107 (patch)
tree00a7ae17e716862212c4cbfd0116e6805ec11e80
parent159ef422debdfa83aa8eec8515e8927c98bf39eb (diff)
downloadfedora-doc-utils-1c8645d529da77881e8e9e192ccd9e646cdf3107.tar.gz
fedora-doc-utils-1c8645d529da77881e8e9e192ccd9e646cdf3107.tar.xz
fedora-doc-utils-1c8645d529da77881e8e9e192ccd9e646cdf3107.zip
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).
-rw-r--r--Makefile.common4
1 files 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}, \