Fix generation of FAQ
authorJelmer Vernooij <jelmer@samba.org>
Thu, 3 Oct 2002 18:37:37 +0000 (18:37 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 3 Oct 2002 18:37:37 +0000 (18:37 +0000)
(This used to be commit 26ce370e0c858c017333e33535956658e1a9fe7f)

docs/docbook/devdoc/dev-doc.sgml
docs/docbook/faq/sambafaq.sgml
docs/docbook/samba.dsl

index 2e409971062dadfa9d0c7ca58078d564e4e764f0..adc25e83bdfc3052722419d801007cf251e24afd 100644 (file)
@@ -13,7 +13,7 @@
 <!ENTITY sam SYSTEM "sam.sgml">
 ]>
 
-<book id="Samba-Developer-Documentation">
+<book id="Samba-Developers-Guide">
 
 <title>SAMBA Developers Guide</title>
 
index 33d9c8dadac49c873fae4789621914a352b5462c..221a7f31b791b37048715678efbba443b836dd5b 100644 (file)
@@ -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>
index c9201667715d0addaf521bfbdbfb1b3c2dec98ef..7c530ce4249cd292f26e0b364ce607324f019dec 100644 (file)
@@ -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)