Don't show obvious sections from manpages.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 4 Jul 2005 22:04:07 +0000 (22:04 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 14:00:51 +0000 (09:00 -0500)
docs/Samba3-HOWTO/manpages.xml
docs/xslt/latex.xsl

index ec2eea5e59871c21c2212a4dca462bd1fda47549..d41a28fd8b04e4e8afeacc5ec27525384c889fae 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!DOCTYPE reference PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<appendix id="manuals" xmlns:xi="http://www.w3.org/2003/XInclude">
+<reference xmlns:xi="http://www.w3.org/2003/XInclude">
        <title>Manual pages</title>
 
        <para>This appendix contains most of the manual pages from the official Samba distribution. All manual pages have been written by members of 
@@ -27,4 +27,4 @@
        <xi:include href="../manpages-3/wbinfo.1.xml"/>
        <xi:include href="../manpages-3/winbindd.8.xml"/>
 
-</appendix>
+</reference>
index f8045db74c4b98ab6a1debc6e015e889af65f137..5ee1f6531ddc81494df58253da26073126f6d366 100644 (file)
        <xsl:apply-templates select="description"/>
 </xsl:template>
 
+<xsl:template match="refsect1[title='VERSION']"/>
+<xsl:template match="refsect1[title='AUTHOR']"/>
+
 </xsl:stylesheet>