docs-common Makefile.common,1.68,1.69

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Thu Feb 23 01:45:44 UTC 2006


Author: jtr

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

Modified Files:
	Makefile.common 
Log Message:
Use xml2po(1) for all XML=>PO=>XML conversions; drop dependancy on
the buggy po2xml(1) from the kdesdk.  This allows translators to free
up potentially 82Mbyte or so of disk space as a bonus.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- Makefile.common	22 Feb 2006 11:30:39 -0000	1.68
+++ Makefile.common	23 Feb 2006 01:45:36 -0000	1.69
@@ -103,7 +103,6 @@
 XMLFOPTS=-f $(FDPDIR)/docs-common/bin/xmlformat-fdp.conf
 XMLLINT	=xmllint
 XML2PO	=xml2po
-PO2XML	=po2xml
 MSGMERGE=msgmerge
 #########################################################################
 
@@ -401,7 +400,7 @@
 # original ${PRI_LANG} file and an updated po/${LANG}.po file.
 define	XML_template
 $(patsubst ${PRI_LANG}/%,${1}/%,${2}):: ${2} po/${1}.po ${1}
-	${PO2XML} ${2} po/${1}.po >$$@
+	${XML2PO} -p po/${1}.po ${2} >$$@
 endef
 
 $(foreach L,${OTHERS},							\




More information about the Fedora-docs-commits mailing list