diff options
-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) |