From 71c116647207c582489b5c7f0667f70e1da498ff Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 2 Oct 2002 19:35:07 +0000 Subject: Add htmlfaq to Makefile Fix syntax errors in FAQ (This used to be commit e538e5005faf2a447d101d9a872872206ac1e16c) --- docs/docbook/Makefile.in | 9 +++++++-- docs/docbook/faq/sambafaq.sgml | 25 ++++++++++++++++--------- 2 files changed, 23 insertions(+), 11 deletions(-) (limited to 'docs') 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 diff --git a/docs/docbook/faq/sambafaq.sgml b/docs/docbook/faq/sambafaq.sgml index 003db97aca..33d9c8dada 100644 --- a/docs/docbook/faq/sambafaq.sgml +++ b/docs/docbook/faq/sambafaq.sgml @@ -1,15 +1,15 @@ +Samba FAQ Samba Team October 2002 -Samba FAQ - -<abstract> +<dedication> +<para> This is the Frequently Asked Questions (FAQ) document for Samba, the free and very popular SMB server product. An SMB server allows file and printer connections from clients such as Windows, @@ -17,13 +17,14 @@ OS/2, Linux and others. Current to version 3.0. Please send any corrections to the samba documentation mailinglist at <ulink url="mailto:samba-doc@samba.org">samba-doc@samba.org</ulink>. This FAQ is based on the old Samba FAQ by Dan Shearer and Paul Blackman. -</abstract> +</para> +</dedication> <chapter> <title>General Information -Where can I get it?