summaryrefslogtreecommitdiff
path: root/docs/docbook/xslt/expand-sambadoc.xsl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-09-25 19:25:13 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-09-25 19:25:13 +0000
commitc681349e8fc63088af8a3a27921a3c870ea4a115 (patch)
treeed1391b6d7aaa889c3d7829b046d5352d45eeb37 /docs/docbook/xslt/expand-sambadoc.xsl
parent6224cfec7b789471e2eaedc25764f2b8101b29c1 (diff)
downloadsamba-c681349e8fc63088af8a3a27921a3c870ea4a115.tar.gz
samba-c681349e8fc63088af8a3a27921a3c870ea4a115.tar.bz2
samba-c681349e8fc63088af8a3a27921a3c870ea4a115.zip
Add some updates necessary to build the 3.0 docs (forgot them last night).
(This used to be commit 72434db17a86a8c277ca989ac858cb54cbc815dc)
Diffstat (limited to 'docs/docbook/xslt/expand-sambadoc.xsl')
-rw-r--r--docs/docbook/xslt/expand-sambadoc.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/docbook/xslt/expand-sambadoc.xsl b/docs/docbook/xslt/expand-sambadoc.xsl
index 2749fdf3e9..098512ce1d 100644
--- a/docs/docbook/xslt/expand-sambadoc.xsl
+++ b/docs/docbook/xslt/expand-sambadoc.xsl
@@ -301,4 +301,11 @@
</xsl:template>
+<xsl:template match="filterline">
+ <xsl:element name="programlisting">
+ <xsl:apply-templates/>
+ </xsl:element>
+</xsl:template>
+
+
</xsl:stylesheet>