]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation: Add chunk.quietly option to eclipse processing
authorTimo Mueller <timo.mueller@bmw-carit.de>
Thu, 6 Dec 2012 09:19:53 +0000 (10:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 17:22:42 +0000 (17:22 +0000)
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>
documentation/adt-manual/adt-manual-eclipse-customization.xsl
documentation/bsp-guide/bsp-guide-eclipse-customization.xsl
documentation/dev-manual/dev-manual-eclipse-customization.xsl
documentation/kernel-manual/kernel-manual-eclipse-customization.xsl
documentation/poky-ref-manual/poky-ref-manual-eclipse-customization.xsl
documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl

index ff1464e1cb91282a7d3512e87c22712ad2ebe235..d16ffbb68ed43fae702ae7e044acfb17d148c230 100644 (file)
@@ -9,6 +9,7 @@
          href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" />
 
   <xsl:param name="chunker.output.indent" select="'yes'"/>
+  <xsl:param name="chunk.quietly" select="1"/>
   <xsl:param name="chunk.first.sections" select="1"/>
   <xsl:param name="chunk.section.depth" select="10"/>
   <xsl:param name="use.id.as.filename" select="1"/>
index b9aceb2aa1a142ceb421f0ea652df4334dd32c47..1c80bee1cf9e322f22ecd2c0c316893f37d751b6 100644 (file)
@@ -9,6 +9,7 @@
          href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" />
 
   <xsl:param name="chunker.output.indent" select="'yes'"/>
+  <xsl:param name="chunk.quietly" select="1"/>
   <xsl:param name="chunk.first.sections" select="1"/>
   <xsl:param name="chunk.section.depth" select="10"/>
   <xsl:param name="use.id.as.filename" select="1"/>
index ff1de89e699be038a7d33b9f4379f2205a62df41..8ac4c18f25bbcf676689ded492d64ceb5a6d6660 100644 (file)
@@ -9,6 +9,7 @@
          href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" />
 
   <xsl:param name="chunker.output.indent" select="'yes'"/>
+  <xsl:param name="chunk.quietly" select="1"/>
   <xsl:param name="chunk.first.sections" select="1"/>
   <xsl:param name="chunk.section.depth" select="10"/>
   <xsl:param name="use.id.as.filename" select="1"/>
index 70a1e19565caad3095d8c2885011128834c80bb1..7992173c6c9d14139f82cdd7b4a684c593c5618a 100644 (file)
@@ -9,6 +9,7 @@
          href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" />
 
   <xsl:param name="chunker.output.indent" select="'yes'"/>
+  <xsl:param name="chunk.quietly" select="1"/>
   <xsl:param name="chunk.first.sections" select="1"/>
   <xsl:param name="chunk.section.depth" select="10"/>
   <xsl:param name="use.id.as.filename" select="1"/>
index 4e31193110aadc5e169fc398c9637dfbbc73f91d..34122080d2c72a1df4cbe9adeadb94b9430ee0e0 100644 (file)
@@ -9,6 +9,7 @@
          href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" />
 
   <xsl:param name="chunker.output.indent" select="'yes'"/>
+  <xsl:param name="chunk.quietly" select="1"/>
   <xsl:param name="chunk.first.sections" select="1"/>
   <xsl:param name="chunk.section.depth" select="10"/>
   <xsl:param name="use.id.as.filename" select="1"/>
index 468508b21794a691cefba2108d6372482d5ec924..f8f8930f279c7c807e9acc1a0d8ea90da4f98e3f 100644 (file)
@@ -10,6 +10,7 @@
   <xsl:import href="yocto-project-qs-titlepage.xsl"/>
 
   <xsl:param name="chunker.output.indent" select="'yes'"/>
+  <xsl:param name="chunk.quietly" select="1"/>
   <xsl:param name="use.id.as.filename" select="1"/>
   <xsl:param name="ulink.target" select="'_self'" />
   <xsl:param name="base.dir" select="'html/yocto-project-qs/'"/>