docs-common Makefile.common,1.65,1.66

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Wed Feb 22 10:43:55 UTC 2006


Author: jtr

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

Modified Files:
	Makefile.common 
Log Message:
Move "-p" arg usage from application path to the actual usage.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- Makefile.common	22 Feb 2006 07:20:53 -0000	1.65
+++ Makefile.common	22 Feb 2006 10:43:47 -0000	1.66
@@ -103,7 +103,7 @@
 XMLFOPTS=-f $(FDPDIR)/docs-common/bin/xmlformat-fdp.conf
 XMLLINT	=xmllint
 XML2PO	=xml2po
-PO2XML	=xml2po -p
+PO2XML	=xml2po
 MSGMERGE=msgmerge
 #########################################################################
 
@@ -399,7 +399,7 @@
 #########################################################################
 define	XML_template
 $(patsubst ${PRI_LANG}/%,${1}/%,${2}):: ${2} po/${1}.po ${1}
-	${PO2XML} po/${1}.po ${2} >$$@
+	${PO2XML} -p po/${1}.po ${2} >$$@
 endef
 
 $(foreach L,${OTHERS},							\




More information about the Fedora-docs-commits mailing list