summaryrefslogtreecommitdiff
path: root/docs-xml/Makefile
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-04 09:10:59 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-04 09:31:49 +1000
commit339fb7ef61e675c1db7743e039f2c1e6c45c08a0 (patch)
tree9d77648093a0e9ae5c452cdab7f5b5b739a2cb69 /docs-xml/Makefile
parentf9e8f08197651f053bf6a23584bf04814440fec0 (diff)
downloadsamba-339fb7ef61e675c1db7743e039f2c1e6c45c08a0.tar.gz
samba-339fb7ef61e675c1db7743e039f2c1e6c45c08a0.tar.bz2
samba-339fb7ef61e675c1db7743e039f2c1e6c45c08a0.zip
remove extra tab from Makefile
Diffstat (limited to 'docs-xml/Makefile')
-rw-r--r--docs-xml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile
index 180b2e3baa..3070376417 100644
--- a/docs-xml/Makefile
+++ b/docs-xml/Makefile
@@ -107,7 +107,7 @@ $(DOCBOOKDIR)/manpages/index.xml: $(MANPAGES) xslt/manpage-summary.xsl
$(HTMLDIR)/index.html: htmldocs.html
@mkdir -p $(@D)
cp $< $@
-
+
$(HTMLDIR)/%/index.html: $(DOCBOOKDIR)/%.xml $(HTMLDIR)/%/samba.css xslt/html-chunk.xsl %-images-html-chunks
@mkdir -p $(@D)
$(XSLTPROC) --stringparam base.dir "$(HTMLDIR)/$*/" xslt/html-chunk.xsl $<
@@ -241,7 +241,7 @@ $(OUTPUTDIR)/%: $(DOCBOOKDIR)/%.xml 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 $<