[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
docs-common Makefile.common,1.64,1.65
- From: "Yuan Yijun" (bbbush) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: docs-common Makefile.common,1.64,1.65
- Date: Wed, 22 Feb 2006 02:21:01 -0500
Author: bbbush
Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11704
Modified Files:
Makefile.common
Log Message:
wrong argument sequence :(
Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- Makefile.common 22 Feb 2006 07:15:48 -0000 1.64
+++ Makefile.common 22 Feb 2006 07:20:53 -0000 1.65
@@ -103,7 +103,7 @@
XMLFOPTS=-f $(FDPDIR)/docs-common/bin/xmlformat-fdp.conf
XMLLINT =xmllint
XML2PO =xml2po
-PO2XML =xml2po
+PO2XML =xml2po -p
MSGMERGE=msgmerge
#########################################################################
@@ -399,7 +399,7 @@
#########################################################################
define XML_template
$(patsubst ${PRI_LANG}/%,${1}/%,${2}):: ${2} po/${1}.po ${1}
- ${PO2XML} ${2} -p po/${1}.po >$$@
+ ${PO2XML} po/${1}.po ${2} >$$@
endef
$(foreach L,${OTHERS}, \
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]