diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-31 09:29:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:30 +0000 |
commit | e5b1c557609916680c963f6eccea74857a0e7352 (patch) | |
tree | 1a6c65c2d7dd21b3fb040c6882f4d88a83c646cc | |
parent | 675ba3064fec86f399d3fd98b27247dd519433d4 (diff) | |
download | poky-e5b1c557609916680c963f6eccea74857a0e7352.tar.gz |
concepts-manual: Updated customization files to point to style guide.
(From yocto-docs rev: d0b35e9fa0240466dc4d5436e3a12ba87114951e)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/concepts-manual/concepts-manual-customization.xsl | 2 | ||||
-rw-r--r-- | documentation/concepts-manual/concepts-manual-eclipse-customization.xsl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/concepts-manual/concepts-manual-customization.xsl b/documentation/concepts-manual/concepts-manual-customization.xsl index 9733bf87b2..0e1d7131d5 100644 --- a/documentation/concepts-manual/concepts-manual-customization.xsl +++ b/documentation/concepts-manual/concepts-manual-customization.xsl | |||
@@ -17,7 +17,7 @@ | |||
17 | <xsl:include href="../template/division.title.xsl"/> | 17 | <xsl:include href="../template/division.title.xsl"/> |
18 | <xsl:include href="../template/formal.object.heading.xsl"/> | 18 | <xsl:include href="../template/formal.object.heading.xsl"/> |
19 | 19 | ||
20 | <xsl:param name="html.stylesheet" select="'getting-started-style.css'" /> | 20 | <xsl:param name="html.stylesheet" select="'concepts-manual-style.css'" /> |
21 | <xsl:param name="chapter.autolabel" select="1" /> | 21 | <xsl:param name="chapter.autolabel" select="1" /> |
22 | <xsl:param name="appendix.autolabel" select="A" /> | 22 | <xsl:param name="appendix.autolabel" select="A" /> |
23 | <xsl:param name="section.autolabel" select="1" /> | 23 | <xsl:param name="section.autolabel" select="1" /> |
diff --git a/documentation/concepts-manual/concepts-manual-eclipse-customization.xsl b/documentation/concepts-manual/concepts-manual-eclipse-customization.xsl index 17fff727f9..987d66bfda 100644 --- a/documentation/concepts-manual/concepts-manual-eclipse-customization.xsl +++ b/documentation/concepts-manual/concepts-manual-eclipse-customization.xsl | |||
@@ -22,7 +22,7 @@ | |||
22 | <xsl:param name="chunk.section.depth" select="10"/> | 22 | <xsl:param name="chunk.section.depth" select="10"/> |
23 | <xsl:param name="use.id.as.filename" select="1"/> | 23 | <xsl:param name="use.id.as.filename" select="1"/> |
24 | <xsl:param name="ulink.target" select="'_self'" /> | 24 | <xsl:param name="ulink.target" select="'_self'" /> |
25 | <xsl:param name="base.dir" select="'html/getting-started/'"/> | 25 | <xsl:param name="base.dir" select="'html/concepts-manual/'"/> |
26 | <xsl:param name="html.stylesheet" select="'../book.css'"/> | 26 | <xsl:param name="html.stylesheet" select="'../book.css'"/> |
27 | <xsl:param name="eclipse.manifest" select="0"/> | 27 | <xsl:param name="eclipse.manifest" select="0"/> |
28 | <xsl:param name="create.plugin.xml" select="0"/> | 28 | <xsl:param name="create.plugin.xml" select="0"/> |