diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-04 22:04:07 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:00 -0500 |
commit | 8ae178baeabd7a8b70e68f64ec790b769b23de5e (patch) | |
tree | 2f92aa38f0bb399eda24aa498d58f01234bfbd3d /docs/xslt | |
parent | 55d8ee039a920508fb51bcc85397e26acc365f60 (diff) | |
download | samba-8ae178baeabd7a8b70e68f64ec790b769b23de5e.tar.gz samba-8ae178baeabd7a8b70e68f64ec790b769b23de5e.tar.bz2 samba-8ae178baeabd7a8b70e68f64ec790b769b23de5e.zip |
Don't show obvious sections from manpages.
(This used to be commit d7263abdf8ac4ad89c0924f8ab24629fe9117c4c)
Diffstat (limited to 'docs/xslt')
-rw-r--r-- | docs/xslt/latex.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/xslt/latex.xsl b/docs/xslt/latex.xsl index f8045db74c..5ee1f6531d 100644 --- a/docs/xslt/latex.xsl +++ b/docs/xslt/latex.xsl @@ -219,4 +219,7 @@ <xsl:apply-templates select="description"/> </xsl:template> +<xsl:template match="refsect1[title='VERSION']"/> +<xsl:template match="refsect1[title='AUTHOR']"/> + </xsl:stylesheet> |