diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/Makefile.in | 3 | ||||
-rw-r--r-- | docs/docbook/xslt/expand-sambadoc.xsl | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/docbook/Makefile.in b/docs/docbook/Makefile.in index c94363b6b4..f4859de8b3 100644 --- a/docs/docbook/Makefile.in +++ b/docs/docbook/Makefile.in @@ -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 ../.. 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/> |