diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-18 14:35:15 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-18 14:35:15 -0600 |
commit | f7e55c95560682551bdd023e6e58324d0be7888d (patch) | |
tree | 09c941b0d4098273dfe1fbecfe16febbeaa37791 /kdoctools/customization/tde-web.xsl | |
parent | 62c8dabd2e584d9fd37cf15014e193ac20758c41 (diff) | |
download | tdelibs-f7e55c95560682551bdd023e6e58324d0be7888d.tar.gz tdelibs-f7e55c95560682551bdd023e6e58324d0be7888d.zip |
Minor kdoctools renaming cleanup.
Diffstat (limited to 'kdoctools/customization/tde-web.xsl')
-rw-r--r-- | kdoctools/customization/tde-web.xsl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kdoctools/customization/tde-web.xsl b/kdoctools/customization/tde-web.xsl index 130c197b0..075cb5060 100644 --- a/kdoctools/customization/tde-web.xsl +++ b/kdoctools/customization/tde-web.xsl @@ -3,7 +3,7 @@ <xsl:import href="../docbook/xsl/html/autoidx.xsl"/> <xsl:import href="../docbook/xsl/html/chunk.xsl"/> -<xsl:include href="kde-web-navig.xsl"/> +<xsl:include href="tde-web-navig.xsl"/> <xsl:include href="tde-ttlpg.xsl"/> <xsl:include href="tde-style.xsl"/> @@ -40,10 +40,10 @@ <xsl:param name="generate.component.toc">0</xsl:param> <xsl:param name="use.extensions">0</xsl:param> <xsl:param name="admon.graphics">0</xsl:param> -<xsl:param name="kde.common">../common/</xsl:param> -<xsl:param name="html.stylesheet" select="concat($kde.common,'tde-default.css')"/> -<xsl:param name="admon.graphics.path"><xsl:value-of select="kde.common"/></xsl:param> -<xsl:param name="callout.graphics.path"><xsl:value-of select="kde.common"/></xsl:param> +<xsl:param name="tde.common">../common/</xsl:param> +<xsl:param name="html.stylesheet" select="concat($tde.common,'tde-default.css')"/> +<xsl:param name="admon.graphics.path"><xsl:value-of select="tde.common"/></xsl:param> +<xsl:param name="callout.graphics.path"><xsl:value-of select="tde.common"/></xsl:param> <xsl:template name="dbhtml-filename"> |