diff options
| author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-10-05 16:30:32 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-06 13:56:17 +0100 |
| commit | 43d07a285181e64c30d98d10ff93ef50391efe59 (patch) | |
| tree | 78918fc94d55d44d35e1e3e61c7a6fccc28bca24 /documentation/adt-manual/adt-manual-eclipse-customization.xsl | |
| parent | 1fd9c4b2c0ae927df29f7a0d34c3e595bcf48e89 (diff) | |
| download | poky-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/adt-manual/adt-manual-eclipse-customization.xsl')
| -rw-r--r-- | documentation/adt-manual/adt-manual-eclipse-customization.xsl | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/documentation/adt-manual/adt-manual-eclipse-customization.xsl b/documentation/adt-manual/adt-manual-eclipse-customization.xsl deleted file mode 100644 index 3d536d5473..0000000000 --- a/documentation/adt-manual/adt-manual-eclipse-customization.xsl +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | <?xml version='1.0'?> | ||
| 2 | <!--SPDX-License-Identifier: CC-BY-2.0-UK--> | ||
| 3 | |||
| 4 | <xsl:stylesheet | ||
| 5 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | ||
| 6 | xmlns="http://www.w3.org/1999/xhtml" | ||
| 7 | xmlns:fo="http://www.w3.org/1999/XSL/Format" | ||
| 8 | version="1.0"> | ||
| 9 | |||
| 10 | <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" /> | ||
| 11 | |||
| 12 | <!-- | ||
| 13 | |||
| 14 | <xsl:import href="../template/1.76.1/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" /> | ||
| 15 | |||
| 16 | <xsl:import | ||
| 17 | href="http://docbook.sourceforge.net/release/xsl/1.76.1/eclipse/eclipse3.xsl" /> | ||
| 18 | |||
| 19 | --> | ||
| 20 | |||
| 21 | <xsl:param name="chunker.output.indent" select="'yes'"/> | ||
| 22 | <xsl:param name="chunk.quietly" select="1"/> | ||
| 23 | <xsl:param name="chunk.first.sections" select="1"/> | ||
| 24 | <xsl:param name="chunk.section.depth" select="10"/> | ||
| 25 | <xsl:param name="use.id.as.filename" select="1"/> | ||
| 26 | <xsl:param name="ulink.target" select="'_self'" /> | ||
| 27 | <xsl:param name="base.dir" select="'html/adt-manual/'"/> | ||
| 28 | <xsl:param name="html.stylesheet" select="'../book.css'"/> | ||
| 29 | <xsl:param name="eclipse.manifest" select="0"/> | ||
| 30 | <xsl:param name="create.plugin.xml" select="0"/> | ||
| 31 | <xsl:param name="suppress.navigation" select="1"/> | ||
| 32 | <xsl:param name="generate.index" select="0"/> | ||
| 33 | <xsl:param name="chapter.autolabel" select="1" /> | ||
| 34 | <xsl:param name="appendix.autolabel" select="1" /> | ||
| 35 | <xsl:param name="section.autolabel" select="1" /> | ||
| 36 | <xsl:param name="section.label.includes.component.label" select="1" /> | ||
| 37 | </xsl:stylesheet> | ||
