docs-common Makefile.common,1.94,1.95

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Sat Mar 4 21:42:41 UTC 2006


Author: jtr

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18273

Modified Files:
	Makefile.common 
Log Message:
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).



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- Makefile.common	4 Mar 2006 01:28:47 -0000	1.94
+++ Makefile.common	4 Mar 2006 21:42:33 -0000	1.95
@@ -412,8 +412,8 @@
 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},							\




More information about the docs-commits mailing list