diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 22:09:48 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 22:09:48 +0000 |
commit | b6e1f502b287f52416784e15eb22d99c84562acb (patch) | |
tree | f4f41209f74428040acf8d4f5c6a7dd525d32c7c /docs | |
parent | 154124c473c59e47ac8fab753ab2767dd44728aa (diff) | |
download | samba-b6e1f502b287f52416784e15eb22d99c84562acb.tar.gz samba-b6e1f502b287f52416784e15eb22d99c84562acb.tar.bz2 samba-b6e1f502b287f52416784e15eb22d99c84562acb.zip |
Manpages work now as well
(This used to be commit c8393c013a468ea3e8493cd2fac7ace47b7d55ce)
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/> |