docs-common/packaging info2rpminfo.xsl,1.11,1.12

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Fri Feb 3 17:57:32 UTC 2006


Author: jtr

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

Modified Files:
	info2rpminfo.xsl 
Log Message:
1) XML files are now expected to be in an "${LANG}/" subdirectory.



Index: info2rpminfo.xsl
===================================================================
RCS file: /cvs/docs/docs-common/packaging/info2rpminfo.xsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- info2rpminfo.xsl	18 Jan 2006 18:09:10 -0000	1.11
+++ info2rpminfo.xsl	3 Feb 2006 17:57:25 -0000	1.12
@@ -1,7 +1,7 @@
 <!-- Transform bookinfo|articleinfo section into FDP's rpm-info -->
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   <xsl:output encoding="UTF-8" indent="yes" method="xml" standalone="no"
-  omit-xml-declaration="no" version="1.0" doctype-system="../docs-common/packaging/rpm-info.dtd"/>
+	  omit-xml-declaration="no" version="1.0" doctype-system="../docs-common/packaging/rpm-info.dtd"/>
 
   <xsl:template match="book|article">
     <xsl:apply-templates select="articleinfo|bookinfo"/>




More information about the Fedora-docs-commits mailing list