Browse Source

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>
Timo Mueller 12 years ago
parent
commit
78f10655cd

+ 1 - 0
documentation/adt-manual/adt-manual-eclipse-customization.xsl

@@ -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"/>

+ 1 - 0
documentation/bsp-guide/bsp-guide-eclipse-customization.xsl

@@ -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"/>

+ 1 - 0
documentation/dev-manual/dev-manual-eclipse-customization.xsl

@@ -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"/>

+ 1 - 0
documentation/kernel-manual/kernel-manual-eclipse-customization.xsl

@@ -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"/>

+ 1 - 0
documentation/poky-ref-manual/poky-ref-manual-eclipse-customization.xsl

@@ -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"/>

+ 1 - 0
documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl

@@ -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/'"/>