mirror of
https://github.com/postgres/postgres.git
synced 2025-10-21 02:52:47 +03:00
doc: Move htmlhelp output to subdirectory
This makes it behave more like the html output. That will make some subsequent changes across all output formats easier.
This commit is contained in:
@@ -10,8 +10,10 @@
|
||||
<!-- Parameters -->
|
||||
<xsl:param name="htmlhelp.use.hhk" select="'1'"/>
|
||||
|
||||
<xsl:param name="base.dir" select="'htmlhelp/'"></xsl:param>
|
||||
<xsl:param name="html.stylesheet" select="'stylesheet.css'"></xsl:param>
|
||||
<xsl:param name="use.id.as.filename" select="'1'"></xsl:param>
|
||||
<xsl:param name="manifest.in.base.dir" select="1"/>
|
||||
<xsl:param name="make.valid.html" select="1"></xsl:param>
|
||||
<xsl:param name="generate.id.attributes" select="1"></xsl:param>
|
||||
<xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
|
||||
|
Reference in New Issue
Block a user