Manpages work now as well
authorJelmer Vernooij <jelmer@samba.org>
Tue, 12 Aug 2003 22:09:48 +0000 (22:09 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 12 Aug 2003 22:09:48 +0000 (22:09 +0000)
(This used to be commit c8393c013a468ea3e8493cd2fac7ace47b7d55ce)

docs/docbook/Makefile.in
docs/docbook/xslt/expand-sambadoc.xsl

index c94363b6b472a6a1bffe6ca738abc7fc37f86552..f4859de8b3186f4a677e9aac818d6fde0fa636f2 100644 (file)
@@ -203,5 +203,8 @@ $(MANDIR):
 $(MANDIR)/%: $(MANPROJDOC)/%.xml
        @$(XSLTPROC) xslt/expand-sambadoc.xsl $< | $(XSLTPROC) xslt/man.xsl - > $@
 
+$(MANDIR)/smb.conf.5: smb.conf.5.xml
+       @$(XSLTPROC) xslt/man.xsl $< > $@
+
 undocumented: $(SMBDOTCONFDOC)/parameters.all.xml
        $(PERL) scripts/find_missing_doc.pl ../..
index 61033d7e93a2e089548ae6c37643383fdb09833a..6c09e4a5a5e91f935142edf9b64446b64a92bf85 100644 (file)
        </xsl:element>
 </xsl:template>
 
+<xsl:template match="smbconfexample/title">
+</xsl:template>
+
 <xsl:template match="smbconfblock">
        <xsl:element name="simplelist">
                <xsl:apply-templates/>