- Some minor adjustments
This commit is contained in:
parent
36cdb51546
commit
2d41fddf90
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=40826
3 changed files with 3 additions and 6 deletions
|
|
@ -12,5 +12,8 @@
|
|||
|
||||
<!-- Pull in common XHTML customizations -->
|
||||
<xsl:include href="freebsd-xhtml-common.xsl"/>
|
||||
|
||||
<xsl:param name="generate.manifest" select="'1'"/>
|
||||
<xsl:param name="generate.legalnotice.link" select="'1'"/>
|
||||
</xsl:stylesheet>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,10 +7,6 @@
|
|||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the base stylesheets -->
|
||||
<!-- XXX hardcoded path. Very bad. Should be turned in to a paramater -->
|
||||
<xsl:import href="/usr/local/share/xml/docbook/xsl/modular/html/docbook.xsl"/>
|
||||
|
||||
<!-- Include the common customizations -->
|
||||
<xsl:include href="freebsd-common.xsl"/>
|
||||
|
||||
|
|
@ -22,7 +18,6 @@
|
|||
|
||||
<xsl:param name="html.stylesheet" select="'docbook.css'"/>
|
||||
<xsl:param name="user.id.as.filename" select="'1'"/>
|
||||
<xsl:param name="generate.legalnotice.link" select="'1'"/>
|
||||
<xsl:param name="link.mailto.url" select="'doc@FreeBSD.org'"/>
|
||||
<xsl:param name="callout.graphics.path" select="'./imagelib/callouts/'"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -13,4 +13,3 @@
|
|||
<!-- Pull in common XHTML customizations -->
|
||||
<xsl:include href="freebsd-xhtml-common.xsl"/>
|
||||
</xsl:stylesheet>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue