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 /documentation/adt-manual/adt-manual-eclipse-customization.xsl | |
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>
Diffstat (limited to 'documentation/adt-manual/adt-manual-eclipse-customization.xsl')
-rw-r--r-- | documentation/adt-manual/adt-manual-eclipse-customization.xsl | 1 |
1 files changed, 1 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"/> |