summaryrefslogtreecommitdiff
path: root/docs/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r--docs/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in
index f19fa05d81..4d84d1ca10 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -229,6 +229,13 @@ $(MANDIR)/%: $(DOCBOOKDIR)/%.xml xslt/man.xsl
mkdir -p $(@D)
$(XSLTPROC) --output $@ xslt/man.xsl $<
+# Individual smb.conf parameters
+smb.conf-chunks: $(patsubst $(SMBDOTCONFDOC)/%.xml,$(HTMLDIR)/smb.conf/%.html,$(wildcard $(SMBDOTCONFDOC)/*/*.xml))
+
+$(HTMLDIR)/smb.conf/%.html: $(SMBDOTCONFDOC)/%.xml
+ mkdir -p $(@D)
+ $(XSLTPROC) --output $@ xslt/smb.conf-html.xsl $<
+
# Pearson compatible XML
$(PEARSONDIR)/%.xml: %/index.xml xslt/pearson.xsl