diff options
Diffstat (limited to 'documentation/mega-manual/mega-manual-customization.xsl')
-rw-r--r-- | documentation/mega-manual/mega-manual-customization.xsl | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/documentation/mega-manual/mega-manual-customization.xsl b/documentation/mega-manual/mega-manual-customization.xsl deleted file mode 100644 index 33a6e16325..0000000000 --- a/documentation/mega-manual/mega-manual-customization.xsl +++ /dev/null | |||
@@ -1,43 +0,0 @@ | |||
1 | <?xml version='1.0'?> | ||
2 | <!--SPDX-License-Identifier: CC-BY-2.0-UK--> | ||
3 | <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"> | ||
4 | |||
5 | <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/xhtml/docbook.xsl" /> | ||
6 | |||
7 | <!-- | ||
8 | |||
9 | <xsl:import href="../template/1.76.1/docbook-xsl-1.76.1/xhtml/docbook.xsl" /> | ||
10 | |||
11 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.76.1/xhtml/docbook.xsl" /> | ||
12 | |||
13 | --> | ||
14 | |||
15 | <xsl:param name="generate.toc"> | ||
16 | appendix toc | ||
17 | chapter toc | ||
18 | article nop | ||
19 | book nop | ||
20 | part nop | ||
21 | preface nop | ||
22 | qandadiv nop | ||
23 | qandaset nop | ||
24 | reference nop | ||
25 | section nop | ||
26 | set nop | ||
27 | </xsl:param> | ||
28 | |||
29 | <xsl:include href="../template/permalinks.xsl"/> | ||
30 | <xsl:include href="../template/section.title.xsl"/> | ||
31 | <xsl:include href="../template/component.title.xsl"/> | ||
32 | <xsl:include href="../template/division.title.xsl"/> | ||
33 | <xsl:include href="../template/formal.object.heading.xsl"/> | ||
34 | <xsl:include href="../template/gloss-permalinks.xsl"/> | ||
35 | |||
36 | <xsl:param name="html.stylesheet" select="'mega-style.css'" /> | ||
37 | <xsl:param name="chapter.autolabel" select="1" /> | ||
38 | <xsl:param name="appendix.autolabel">A</xsl:param> | ||
39 | <xsl:param name="section.autolabel" select="1" /> | ||
40 | <xsl:param name="section.label.includes.component.label" select="1" /> | ||
41 | <xsl:param name="generate.id.attributes" select="1" /> | ||
42 | |||
43 | </xsl:stylesheet> | ||