[70826] branches/new-help-system/base/doc/manpage.xsl

raimue at macports.org raimue at macports.org
Sun Aug 22 15:41:12 PDT 2010


Revision: 70826
          http://trac.macports.org/changeset/70826
Author:   raimue at 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:
--------------
    branches/new-help-system/base/doc/manpage.xsl

Modified: branches/new-help-system/base/doc/manpage.xsl
===================================================================
--- 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">
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100822/12606878/attachment.html>


More information about the macports-changes mailing list