Revision
70826
Author
raimue@macports.org
Date
2010-08-22 15:41:11 -0700 (Sun, 22 Aug 2010)

Log Message

doc: Disable auto-generated AUTHORS and COPYRIGHT sections as we write them ourself

Modified Paths

Diff

Modified: branches/new-help-system/base/doc/manpage.xsl (70825 => 70826)


--- branches/new-help-system/base/doc/manpage.xsl	2010-08-22 22:29:55 UTC (rev 70825)
+++ branches/new-help-system/base/doc/manpage.xsl	2010-08-22 22:41:11 UTC (rev 70826)
@@ -4,6 +4,8 @@
 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"/>
 
 <xsl:param name="man.endnotes.list.heading">External References</xsl:param>
+<xsl:param name="man.authors.section.enabled">0</xsl:param>
+<xsl:param name="man.copyright.section.enabled">0</xsl:param>
 
 <!-- Do not write soelim files -->
 <xsl:template name="write.stubs">