diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-10-03 18:37:37 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-10-03 18:37:37 +0000 |
commit | 06606d2e290fc9d578d4cb30b640c3ce52939663 (patch) | |
tree | 5a9e3c8eb36ffb35170fde3f8b3c5d6149284df6 /docs/docbook | |
parent | 1252fda04fa21653d963f830276a3b3669762081 (diff) | |
download | samba-06606d2e290fc9d578d4cb30b640c3ce52939663.tar.gz samba-06606d2e290fc9d578d4cb30b640c3ce52939663.tar.bz2 samba-06606d2e290fc9d578d4cb30b640c3ce52939663.zip |
Fix generation of FAQ
(This used to be commit 26ce370e0c858c017333e33535956658e1a9fe7f)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/devdoc/dev-doc.sgml | 2 | ||||
-rw-r--r-- | docs/docbook/faq/sambafaq.sgml | 12 | ||||
-rw-r--r-- | docs/docbook/samba.dsl | 1 |
3 files changed, 9 insertions, 6 deletions
diff --git a/docs/docbook/devdoc/dev-doc.sgml b/docs/docbook/devdoc/dev-doc.sgml index 2e40997106..adc25e83bd 100644 --- a/docs/docbook/devdoc/dev-doc.sgml +++ b/docs/docbook/devdoc/dev-doc.sgml @@ -13,7 +13,7 @@ <!ENTITY sam SYSTEM "sam.sgml"> ]> -<book id="Samba-Developer-Documentation"> +<book id="Samba-Developers-Guide"> <title>SAMBA Developers Guide</title> diff --git a/docs/docbook/faq/sambafaq.sgml b/docs/docbook/faq/sambafaq.sgml index 33d9c8dada..221a7f31b7 100644 --- a/docs/docbook/faq/sambafaq.sgml +++ b/docs/docbook/faq/sambafaq.sgml @@ -1,6 +1,6 @@ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> -<book id="sambafaq"> +<book id="Samba-FAQ"> <title>Samba FAQ</title> <bookinfo> @@ -20,7 +20,7 @@ This FAQ is based on the old Samba FAQ by Dan Shearer and Paul Blackman. </para> </dedication> -<chapter> +<chapter id="general"> <title>General Information</title> <sect1> @@ -187,7 +187,9 @@ hungry sniffer dogs but it will have been a noble gesture. </sect1> -<chapter> +</chapter> + +<chapter id="Install"> <title>Compiling and installing Samba on a Unix host</title> <sect1> @@ -516,7 +518,9 @@ in that dialog box.</para> </sect1> -<chapter> +</chapter> + +<chapter id="ClientApp"> <title>Specific client application problems</title> <sect1> diff --git a/docs/docbook/samba.dsl b/docs/docbook/samba.dsl index c920166771..7c530ce424 100644 --- a/docs/docbook/samba.dsl +++ b/docs/docbook/samba.dsl @@ -45,7 +45,6 @@ (define %section-autolabel% #t) (define (toc-depth nd) 3) -(define %root-filename% "Samba-HOWTO") ;; name for the root html file (define %html-ext% ".html") ;; default extension for html output files (define %html-prefix% "") ;; prefix for all filenames generated (except root) (define %use-id-as-filename% #t) |