diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-04-12 14:07:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-18 11:30:37 +0100 |
commit | 360cf77304e1d5e98e76d4cddf871486e238653a (patch) | |
tree | 635e3aa6a10eb67ffe2ce9d23ba2ec9ca6edb821 /documentation/overview-manual | |
parent | 4a37c349631f46665195d7a88df64db0be35f92e (diff) | |
download | poky-360cf77304e1d5e98e76d4cddf871486e238653a.tar.gz |
Documentation: Removed customization.xsl files for Eclipse
The help files for YP manuals used in the Eclipse application
are no longer supported. I removed the individual
*-customization.xsl files for the individual YP manuals.
(From yocto-docs rev: 8c19244298b2c95ac92a398a5b6d3aca788f075e)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/overview-manual-eclipse-customization.xsl | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/documentation/overview-manual/overview-manual-eclipse-customization.xsl b/documentation/overview-manual/overview-manual-eclipse-customization.xsl deleted file mode 100644 index aaf99ea1ba..0000000000 --- a/documentation/overview-manual/overview-manual-eclipse-customization.xsl +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
1 | <?xml version='1.0'?> | ||
2 | <xsl:stylesheet | ||
3 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | ||
4 | xmlns="http://www.w3.org/1999/xhtml" | ||
5 | xmlns:fo="http://www.w3.org/1999/XSL/Format" | ||
6 | version="1.0"> | ||
7 | |||
8 | <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" /> | ||
9 | |||
10 | <!-- | ||
11 | |||
12 | <xsl:import href="../template/1.76.1/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" /> | ||
13 | |||
14 | <xsl:import | ||
15 | href="http://docbook.sourceforge.net/release/xsl/1.76.1/eclipse/eclipse3.xsl" /> | ||
16 | |||
17 | --> | ||
18 | |||
19 | <xsl:param name="chunker.output.indent" select="'yes'"/> | ||
20 | <xsl:param name="chunk.quietly" select="1"/> | ||
21 | <xsl:param name="chunk.first.sections" select="1"/> | ||
22 | <xsl:param name="chunk.section.depth" select="10"/> | ||
23 | <xsl:param name="use.id.as.filename" select="1"/> | ||
24 | <xsl:param name="ulink.target" select="'_self'" /> | ||
25 | <xsl:param name="base.dir" select="'html/overview-manual/'"/> | ||
26 | <xsl:param name="html.stylesheet" select="'../book.css'"/> | ||
27 | <xsl:param name="eclipse.manifest" select="0"/> | ||
28 | <xsl:param name="create.plugin.xml" select="0"/> | ||
29 | <xsl:param name="suppress.navigation" select="1"/> | ||
30 | <xsl:param name="generate.index" select="0"/> | ||
31 | <xsl:param name="chapter.autolabel" select="1" /> | ||
32 | <xsl:param name="appendix.autolabel" select="1" /> | ||
33 | <xsl:param name="section.autolabel" select="1" /> | ||
34 | <xsl:param name="section.label.includes.component.label" select="1" /> | ||
35 | </xsl:stylesheet> | ||