[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
docs-common Makefile.common,1.63,1.64
- From: "Yuan Yijun" (bbbush) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: docs-common Makefile.common,1.63,1.64
- Date: Wed, 22 Feb 2006 02:15:56 -0500
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}, \
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]