diff options
author | Timo Mueller <timo.mueller@bmw-carit.de> | 2012-12-06 10:19:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 17:22:42 +0000 |
commit | 78f10655cdcb847598ebdbbfa0dcb9df0059fecf (patch) | |
tree | 4f818912e91a3eaa900a07d3a6d29678531e369a | |
parent | e29a40c98b7aa970611240fe2ade3b321074ddba (diff) | |
download | poky-78f10655cdcb847598ebdbbfa0dcb9df0059fecf.tar.gz |
documentation: Add chunk.quietly option to eclipse processing
The chunk.quietly option disables the output of the docbook
chunker. Creation of a new html file is now longer printed to the
console. This provides a much cleaner output of the eclipse makefile
target.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 files changed, 6 insertions, 0 deletions
diff --git a/documentation/adt-manual/adt-manual-eclipse-customization.xsl b/documentation/adt-manual/adt-manual-eclipse-customization.xsl index ff1464e1cb..d16ffbb68e 100644 --- a/documentation/adt-manual/adt-manual-eclipse-customization.xsl +++ b/documentation/adt-manual/adt-manual-eclipse-customization.xsl | |||
@@ -9,6 +9,7 @@ | |||
9 | href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" /> | 9 | href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" /> |
10 | 10 | ||
11 | <xsl:param name="chunker.output.indent" select="'yes'"/> | 11 | <xsl:param name="chunker.output.indent" select="'yes'"/> |
12 | <xsl:param name="chunk.quietly" select="1"/> | ||
12 | <xsl:param name="chunk.first.sections" select="1"/> | 13 | <xsl:param name="chunk.first.sections" select="1"/> |
13 | <xsl:param name="chunk.section.depth" select="10"/> | 14 | <xsl:param name="chunk.section.depth" select="10"/> |
14 | <xsl:param name="use.id.as.filename" select="1"/> | 15 | <xsl:param name="use.id.as.filename" select="1"/> |
diff --git a/documentation/bsp-guide/bsp-guide-eclipse-customization.xsl b/documentation/bsp-guide/bsp-guide-eclipse-customization.xsl index b9aceb2aa1..1c80bee1cf 100644 --- a/documentation/bsp-guide/bsp-guide-eclipse-customization.xsl +++ b/documentation/bsp-guide/bsp-guide-eclipse-customization.xsl | |||
@@ -9,6 +9,7 @@ | |||
9 | href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" /> | 9 | href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" /> |
10 | 10 | ||
11 | <xsl:param name="chunker.output.indent" select="'yes'"/> | 11 | <xsl:param name="chunker.output.indent" select="'yes'"/> |
12 | <xsl:param name="chunk.quietly" select="1"/> | ||
12 | <xsl:param name="chunk.first.sections" select="1"/> | 13 | <xsl:param name="chunk.first.sections" select="1"/> |
13 | <xsl:param name="chunk.section.depth" select="10"/> | 14 | <xsl:param name="chunk.section.depth" select="10"/> |
14 | <xsl:param name="use.id.as.filename" select="1"/> | 15 | <xsl:param name="use.id.as.filename" select="1"/> |
diff --git a/documentation/dev-manual/dev-manual-eclipse-customization.xsl b/documentation/dev-manual/dev-manual-eclipse-customization.xsl index ff1de89e69..8ac4c18f25 100644 --- a/documentation/dev-manual/dev-manual-eclipse-customization.xsl +++ b/documentation/dev-manual/dev-manual-eclipse-customization.xsl | |||
@@ -9,6 +9,7 @@ | |||
9 | href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" /> | 9 | href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" /> |
10 | 10 | ||
11 | <xsl:param name="chunker.output.indent" select="'yes'"/> | 11 | <xsl:param name="chunker.output.indent" select="'yes'"/> |
12 | <xsl:param name="chunk.quietly" select="1"/> | ||
12 | <xsl:param name="chunk.first.sections" select="1"/> | 13 | <xsl:param name="chunk.first.sections" select="1"/> |
13 | <xsl:param name="chunk.section.depth" select="10"/> | 14 | <xsl:param name="chunk.section.depth" select="10"/> |
14 | <xsl:param name="use.id.as.filename" select="1"/> | 15 | <xsl:param name="use.id.as.filename" select="1"/> |
diff --git a/documentation/kernel-manual/kernel-manual-eclipse-customization.xsl b/documentation/kernel-manual/kernel-manual-eclipse-customization.xsl index 70a1e19565..7992173c6c 100644 --- a/documentation/kernel-manual/kernel-manual-eclipse-customization.xsl +++ b/documentation/kernel-manual/kernel-manual-eclipse-customization.xsl | |||
@@ -9,6 +9,7 @@ | |||
9 | href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" /> | 9 | href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" /> |
10 | 10 | ||
11 | <xsl:param name="chunker.output.indent" select="'yes'"/> | 11 | <xsl:param name="chunker.output.indent" select="'yes'"/> |
12 | <xsl:param name="chunk.quietly" select="1"/> | ||
12 | <xsl:param name="chunk.first.sections" select="1"/> | 13 | <xsl:param name="chunk.first.sections" select="1"/> |
13 | <xsl:param name="chunk.section.depth" select="10"/> | 14 | <xsl:param name="chunk.section.depth" select="10"/> |
14 | <xsl:param name="use.id.as.filename" select="1"/> | 15 | <xsl:param name="use.id.as.filename" select="1"/> |
diff --git a/documentation/poky-ref-manual/poky-ref-manual-eclipse-customization.xsl b/documentation/poky-ref-manual/poky-ref-manual-eclipse-customization.xsl index 4e31193110..34122080d2 100644 --- a/documentation/poky-ref-manual/poky-ref-manual-eclipse-customization.xsl +++ b/documentation/poky-ref-manual/poky-ref-manual-eclipse-customization.xsl | |||
@@ -9,6 +9,7 @@ | |||
9 | href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" /> | 9 | href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" /> |
10 | 10 | ||
11 | <xsl:param name="chunker.output.indent" select="'yes'"/> | 11 | <xsl:param name="chunker.output.indent" select="'yes'"/> |
12 | <xsl:param name="chunk.quietly" select="1"/> | ||
12 | <xsl:param name="chunk.first.sections" select="1"/> | 13 | <xsl:param name="chunk.first.sections" select="1"/> |
13 | <xsl:param name="chunk.section.depth" select="10"/> | 14 | <xsl:param name="chunk.section.depth" select="10"/> |
14 | <xsl:param name="use.id.as.filename" select="1"/> | 15 | <xsl:param name="use.id.as.filename" select="1"/> |
diff --git a/documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl b/documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl index 468508b217..f8f8930f27 100644 --- a/documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl +++ b/documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl | |||
@@ -10,6 +10,7 @@ | |||
10 | <xsl:import href="yocto-project-qs-titlepage.xsl"/> | 10 | <xsl:import href="yocto-project-qs-titlepage.xsl"/> |
11 | 11 | ||
12 | <xsl:param name="chunker.output.indent" select="'yes'"/> | 12 | <xsl:param name="chunker.output.indent" select="'yes'"/> |
13 | <xsl:param name="chunk.quietly" select="1"/> | ||
13 | <xsl:param name="use.id.as.filename" select="1"/> | 14 | <xsl:param name="use.id.as.filename" select="1"/> |
14 | <xsl:param name="ulink.target" select="'_self'" /> | 15 | <xsl:param name="ulink.target" select="'_self'" /> |
15 | <xsl:param name="base.dir" select="'html/yocto-project-qs/'"/> | 16 | <xsl:param name="base.dir" select="'html/yocto-project-qs/'"/> |