diff options
Diffstat (limited to 'documentation/kernel-manual/kernel-manual-customization.xsl')
-rw-r--r-- | documentation/kernel-manual/kernel-manual-customization.xsl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/documentation/kernel-manual/kernel-manual-customization.xsl b/documentation/kernel-manual/kernel-manual-customization.xsl deleted file mode 100644 index 6f46df2289..0000000000 --- a/documentation/kernel-manual/kernel-manual-customization.xsl +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | <?xml version='1.0'?> | ||
2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> | ||
3 | |||
4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> | ||
5 | |||
6 | <xsl:param name="html.stylesheet" select="'kernel-style.css'" /> | ||
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" /> | ||
11 | </xsl:stylesheet> | ||