docs-common/xsl html-common-relnotes.xsl, 1.2, 1.3 html-common.xsl, 1.10, 1.11

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Thu Dec 1 21:11:14 UTC 2005


Author: jtr

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

Modified Files:
	html-common-relnotes.xsl html-common.xsl 
Log Message:
Added ${HTMLCSS} and ${HTMLCSSEXTRA} macros to "docs-common/Makefile.common"
to allow dynamic specification of which CSS stylesheet to attach to the
gnerated HTML rendering.



Index: html-common-relnotes.xsl
===================================================================
RCS file: /cvs/docs/docs-common/xsl/html-common-relnotes.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- html-common-relnotes.xsl	29 Nov 2005 21:42:39 -0000	1.2
+++ html-common-relnotes.xsl	1 Dec 2005 21:11:07 -0000	1.3
@@ -30,7 +30,7 @@
 <xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
 -->
 
-<xsl:param name="html.stylesheet" select="'fedora-draft.css'"></xsl:param>
+<xsl:param name="html.stylesheet" select="'fedora.css'"></xsl:param>
 <xsl:param name="html.stylesheet.type">text/css</xsl:param>
 
 <xsl:param name="html.cleanup" select="1"></xsl:param>


Index: html-common.xsl
===================================================================
RCS file: /cvs/docs/docs-common/xsl/html-common.xsl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- html-common.xsl	29 Nov 2005 21:42:39 -0000	1.10
+++ html-common.xsl	1 Dec 2005 21:11:07 -0000	1.11
@@ -25,7 +25,7 @@
 
 <xsl:output method="html" indent="no"/>
 
-<xsl:param name="html.stylesheet" select="'fedora-draft.css'"></xsl:param>
+<xsl:param name="html.stylesheet" select="'fedora.css'"></xsl:param>
 <xsl:param name="html.stylesheet.type">text/css</xsl:param>
 
 <xsl:param name="html.cleanup" select="1"></xsl:param>




More information about the Fedora-docs-commits mailing list