summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorTimo Mueller <timo.mueller@bmw-carit.de>2012-12-06 10:19:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 17:22:42 +0000
commit78f10655cdcb847598ebdbbfa0dcb9df0059fecf (patch)
tree4f818912e91a3eaa900a07d3a6d29678531e369a /documentation/yocto-project-qs
parente29a40c98b7aa970611240fe2ade3b321074ddba (diff)
downloadpoky-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/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl1
1 files changed, 1 insertions, 0 deletions
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/'"/>