diff options
author | Alexander Bokovoy <ab@samba.org> | 2007-06-06 13:43:17 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:33 -0500 |
commit | ea6023b254946fbeebfb707b6b79811c7e394385 (patch) | |
tree | 84b4969c38fcf08c74cf56cc4bd19be7b77854bd /docs/xslt | |
parent | a2108af1c4e06b7806a4962ee9d9b465ac8aec82 (diff) | |
download | samba-ea6023b254946fbeebfb707b6b79811c7e394385.tar.gz samba-ea6023b254946fbeebfb707b6b79811c7e394385.tar.bz2 samba-ea6023b254946fbeebfb707b6b79811c7e394385.zip |
Fix Samba documentation build for manpages
(This used to be commit 075e0065f39480a2046bf65ffedcdbf36889d4c5)
Diffstat (limited to 'docs/xslt')
-rw-r--r-- | docs/xslt/man.xsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/xslt/man.xsl b/docs/xslt/man.xsl index 9387c04e43..38d99f9840 100644 --- a/docs/xslt/man.xsl +++ b/docs/xslt/man.xsl @@ -132,6 +132,12 @@ <xsl:text>\fR</xsl:text> </xsl:template> +<xsl:template match="//quote"> + <xsl:text>\fB</xsl:text> + <xsl:apply-templates/> + <xsl:text>\fR</xsl:text> +</xsl:template> + <xsl:template match="para|simpara|remark" mode="list"> <xsl:variable name="foo"> <xsl:apply-templates/> |