]> granicus.if.org Git - docbook-dsssl/commitdiff
Set doc.collab.show to 0 when building release-notes PDF with
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 27 Jun 2007 11:53:39 +0000 (11:53 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 27 Jun 2007 11:53:39 +0000 (11:53 +0000)
dblatex (to get rid of the butt-ugly "Collaborators" table that
dblatex generates by default. Thanks Benoit Guillon for adding the
option to dblatex.

xsl/tools/xsl/build/dblatex-release-notes.xsl

index 704d4f611eb85928f4054b8bb576d92b8945d52b..d89cc7ed5726648517fd455ced56f0b8534be1aa 100644 (file)
@@ -25,6 +25,7 @@
   <xsl:param name="latex.style">docbook</xsl:param>
   <xsl:param name="latex.output.revhistory">0</xsl:param>
   <xsl:param name="show.comments">0</xsl:param>
+  <xsl:param name="doc.collab.show">0</xsl:param>
 
   <!-- ==================================================================== -->