diff options
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r-- | documentation/kernel-manual/kernel-manual-customization.xsl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/kernel-manual/kernel-manual-customization.xsl b/documentation/kernel-manual/kernel-manual-customization.xsl index 8eb69050ba..6f46df2289 100644 --- a/documentation/kernel-manual/kernel-manual-customization.xsl +++ b/documentation/kernel-manual/kernel-manual-customization.xsl | |||
@@ -3,6 +3,9 @@ | |||
3 | 3 | ||
4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> | 4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> |
5 | 5 | ||
6 | <!-- <xsl:param name="generate.toc" select="'article nop'"></xsl:param> --> | 6 | <xsl:param name="html.stylesheet" select="'kernel-style.css'" /> |
7 | 7 | <xsl:param name="chapter.autolabel" select="1" /> | |
8 | <xsl:param name="appendix.autolabel" select="A" /> | ||
9 | <xsl:param name="section.autolabel" select="1" /> | ||
10 | <xsl:param name="section.label.includes.component.label" select="1" /> | ||
8 | </xsl:stylesheet> | 11 | </xsl:stylesheet> |