summaryrefslogtreecommitdiffstats
path: root/documentation/mega-manual/mega-manual-customization.xsl
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-10-05 16:30:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-06 13:56:17 +0100
commit43d07a285181e64c30d98d10ff93ef50391efe59 (patch)
tree78918fc94d55d44d35e1e3e61c7a6fccc28bca24 /documentation/mega-manual/mega-manual-customization.xsl
parent1fd9c4b2c0ae927df29f7a0d34c3e595bcf48e89 (diff)
downloadpoky-43d07a285181e64c30d98d10ff93ef50391efe59.tar.gz
sphinx: remove DocBook files
The Yocto Project documentation was migrated to Sphinx. Let's remove the deprecated DocBook files. (From yocto-docs rev: 28fb0e63b2fbfd6426b00498bf2682bb53fdd862) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/mega-manual/mega-manual-customization.xsl')
-rw-r--r--documentation/mega-manual/mega-manual-customization.xsl43
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>