summaryrefslogtreecommitdiffstats
path: root/documentation/concepts-manual/concepts-manual-customization.xsl
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-10 10:03:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:10 +0100
commitd5951b4892deb4e49324f96681a349aa8444d4b4 (patch)
tree49a32712d43ab1a39af830b00d22c61c243a097d /documentation/concepts-manual/concepts-manual-customization.xsl
parentdb17061d3bd279c1d4d2d39a41eba29f0c38dff7 (diff)
downloadpoky-d5951b4892deb4e49324f96681a349aa8444d4b4.tar.gz
getting-started: Added figures from old concepts-manual
The concepts-manual is going away for 2.5. It is being sucked back into the getting-started from where it came after originally being moved out of the ref-manual. I have moved all the figures from the concepts-manual to the figures folder of the getting-started manual. (From yocto-docs rev: 6a95ab558964f2833d6b214791be94cb87305926) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/concepts-manual/concepts-manual-customization.xsl')
-rw-r--r--documentation/concepts-manual/concepts-manual-customization.xsl27
1 files changed, 0 insertions, 27 deletions
diff --git a/documentation/concepts-manual/concepts-manual-customization.xsl b/documentation/concepts-manual/concepts-manual-customization.xsl
deleted file mode 100644
index 0e1d7131d5..0000000000
--- a/documentation/concepts-manual/concepts-manual-customization.xsl
+++ /dev/null
@@ -1,27 +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://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/xhtml/docbook.xsl" />
5
6<!--
7
8 <xsl:import href="../template/1.76.1/docbook-xsl-1.76.1/xhtml/docbook.xsl" />
9
10 <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.76.1/xhtml/docbook.xsl" />
11
12-->
13
14 <xsl:include href="../template/permalinks.xsl"/>
15 <xsl:include href="../template/section.title.xsl"/>
16 <xsl:include href="../template/component.title.xsl"/>
17 <xsl:include href="../template/division.title.xsl"/>
18 <xsl:include href="../template/formal.object.heading.xsl"/>
19
20 <xsl:param name="html.stylesheet" select="'concepts-manual-style.css'" />
21 <xsl:param name="chapter.autolabel" select="1" />
22 <xsl:param name="appendix.autolabel" select="A" />
23 <xsl:param name="section.autolabel" select="1" />
24 <xsl:param name="section.label.includes.component.label" select="1" />
25 <xsl:param name="generate.id.attributes" select="1" />
26
27</xsl:stylesheet>