summaryrefslogtreecommitdiffstats
path: root/xsl/html-common-relnotes.xsl
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-12-01 21:10:46 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-12-01 21:10:46 +0000
commitcae614bb4313c9e7fb776f8df6bbf5b2d9c206f2 (patch)
treec15e83633d372e71613c7c886c3bedc41836578f /xsl/html-common-relnotes.xsl
parentca9271b65eec600f51bafd3ad5f69952e635970f (diff)
downloadfedora-doc-utils-cae614bb4313c9e7fb776f8df6bbf5b2d9c206f2.tar.gz
fedora-doc-utils-cae614bb4313c9e7fb776f8df6bbf5b2d9c206f2.tar.xz
fedora-doc-utils-cae614bb4313c9e7fb776f8df6bbf5b2d9c206f2.zip
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.
Diffstat (limited to 'xsl/html-common-relnotes.xsl')
-rw-r--r--xsl/html-common-relnotes.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/html-common-relnotes.xsl b/xsl/html-common-relnotes.xsl
index c9ae686..49564d9 100644
--- a/xsl/html-common-relnotes.xsl
+++ b/xsl/html-common-relnotes.xsl
@@ -30,7 +30,7 @@ disable for FC4
<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>