docs-common Makefile.common,1.63,1.64

Yuan Yijun (bbbush) fedora-docs-commits at redhat.com
Wed Feb 22 07:15:56 UTC 2006


Author: bbbush

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

Modified Files:
	Makefile.common 
Log Message:
use xml2po instead of po2xml


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- Makefile.common	22 Feb 2006 06:17:24 -0000	1.63
+++ Makefile.common	22 Feb 2006 07:15:48 -0000	1.64
@@ -103,7 +103,7 @@
 XMLFOPTS=-f $(FDPDIR)/docs-common/bin/xmlformat-fdp.conf
 XMLLINT	=xmllint
 XML2PO	=xml2po
-PO2XML	=po2xml
+PO2XML	=xml2po
 MSGMERGE=msgmerge
 #########################################################################
 
@@ -399,7 +399,7 @@
 #########################################################################
 define	XML_template
 $(patsubst ${PRI_LANG}/%,${1}/%,${2}):: ${2} po/${1}.po ${1}
-	${PO2XML} ${2} po/${1}.po >$$@
+	${PO2XML} ${2} -p po/${1}.po >$$@
 endef
 
 $(foreach L,${OTHERS},							\




More information about the Fedora-docs-commits mailing list