diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 22:09:48 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 22:09:48 +0000 |
commit | b6e1f502b287f52416784e15eb22d99c84562acb (patch) | |
tree | f4f41209f74428040acf8d4f5c6a7dd525d32c7c /docs/docbook/xslt/expand-sambadoc.xsl | |
parent | 154124c473c59e47ac8fab753ab2767dd44728aa (diff) | |
download | samba-b6e1f502b287f52416784e15eb22d99c84562acb.tar.gz samba-b6e1f502b287f52416784e15eb22d99c84562acb.tar.bz2 samba-b6e1f502b287f52416784e15eb22d99c84562acb.zip |
Manpages work now as well
(This used to be commit c8393c013a468ea3e8493cd2fac7ace47b7d55ce)
Diffstat (limited to 'docs/docbook/xslt/expand-sambadoc.xsl')
-rw-r--r-- | docs/docbook/xslt/expand-sambadoc.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/docbook/xslt/expand-sambadoc.xsl b/docs/docbook/xslt/expand-sambadoc.xsl index 61033d7e93..6c09e4a5a5 100644 --- a/docs/docbook/xslt/expand-sambadoc.xsl +++ b/docs/docbook/xslt/expand-sambadoc.xsl @@ -169,6 +169,9 @@ </xsl:element> </xsl:template> +<xsl:template match="smbconfexample/title"> +</xsl:template> + <xsl:template match="smbconfblock"> <xsl:element name="simplelist"> <xsl:apply-templates/> |