summaryrefslogtreecommitdiff
path: root/docs/docbook/samba.dsl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/samba.dsl')
-rw-r--r--docs/docbook/samba.dsl7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/docbook/samba.dsl b/docs/docbook/samba.dsl
index 75239c0f20..80197dfa77 100644
--- a/docs/docbook/samba.dsl
+++ b/docs/docbook/samba.dsl
@@ -44,13 +44,10 @@
(define %section-autolabel% #t)
(define (toc-depth nd) 3)
-(define %root-filename% "index") ;; name for the root html file
+(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) ;; if #t uses ID value, if present, as filename
- ;; otherwise a code is used to indicate level
- ;; of chunk, and general element number
- ;; (nth element in the document)
+(define %use-id-as-filename% #t)
; === HTML settings ===
(define %html-pubid% "-//W3C//DTD HTML 4.01 Transitional//EN") ;; Nearly true :-(