summaryrefslogtreecommitdiff
path: root/docs/docbook/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-10-02 19:35:07 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-10-02 19:35:07 +0000
commit71c116647207c582489b5c7f0667f70e1da498ff (patch)
tree21aca7a80642e57c48b773122dd2daddb10e5d9a /docs/docbook/Makefile.in
parent1a66b224eddf3c0190cf7cfadf363efaadbba412 (diff)
downloadsamba-71c116647207c582489b5c7f0667f70e1da498ff.tar.gz
samba-71c116647207c582489b5c7f0667f70e1da498ff.tar.bz2
samba-71c116647207c582489b5c7f0667f70e1da498ff.zip
Add htmlfaq to Makefile
Fix syntax errors in FAQ (This used to be commit e538e5005faf2a447d101d9a872872206ac1e16c)
Diffstat (limited to 'docs/docbook/Makefile.in')
-rw-r--r--docs/docbook/Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/docbook/Makefile.in b/docs/docbook/Makefile.in
index 04e1fe87c4..654df30fc1 100644
--- a/docs/docbook/Makefile.in
+++ b/docs/docbook/Makefile.in
@@ -45,6 +45,8 @@ PERL = @PERL@
PSDIR = ..
PDFDIR = ..
TXTDIR = ../textdocs
+FAQPROJDOC = faq/
+FAQDIR = ../faq
MANPAGES=$(patsubst %,$(MANDIR)/%,$(MANPAGES_NAMES))
MANPAGES_HTML=$(patsubst %,$(HTMLDIR)/%.html,$(MANPAGES_NAMES))
@@ -59,9 +61,10 @@ all:
@echo "html - Build HTML version of HOWTO Collection"
@echo "htmlman - Build html version of manpages"
@echo "txt - Build plain text version of HOWTO Collection"
+ @echo "htmlfaq - Build html version of the FAQ"
@echo "everything - Build all of the above"
-everything: manpages ps pdf html-single html htmlman txt
+everything: manpages ps pdf html-single html htmlman txt htmlfaq
# Global rules
@@ -70,9 +73,11 @@ pdf: $(PDFDIR)/Samba-HOWTO-Collection.pdf ../Samba-Developers-Guide.pdf
ps: $(PSDIR)/Samba-HOWTO-Collection.ps ../Samba-Developers-Guide.ps
txt: $(TXTDIR)/Samba-HOWTO-Collection.txt $(TXTDIR)/Samba-Developers-Guide.txt
htmlman: $(MANPAGES_HTML)
+htmlfaq:
+ $(DOCBOOK2HTML) -d samba.dsl -o $(FAQDIR) $(FAQPROJDOC)/sambafaq.sgml
html-single: $(HTMLDIR)/Samba-HOWTO-Collection.html $(HTMLDIR)/Samba-Developers-Guide.html
html:
- $(DOCBOOK2HTML) -d samba.dsl -o $(HTMLDIR) projdoc/samba-doc.sgml
+ $(DOCBOOK2HTML) -d samba.dsl -o $(HTMLDIR) $(PROJDOC)/samba-doc.sgml
# Text files