summaryrefslogtreecommitdiff
path: root/docs/xslt
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2007-06-06 13:43:17 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:33 -0500
commitea6023b254946fbeebfb707b6b79811c7e394385 (patch)
tree84b4969c38fcf08c74cf56cc4bd19be7b77854bd /docs/xslt
parenta2108af1c4e06b7806a4962ee9d9b465ac8aec82 (diff)
downloadsamba-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.xsl6
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/>