diff options
Diffstat (limited to 'docs/docbook/samba.dsl')
-rw-r--r-- | docs/docbook/samba.dsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docbook/samba.dsl b/docs/docbook/samba.dsl index 80197dfa77..7c530ce424 100644 --- a/docs/docbook/samba.dsl +++ b/docs/docbook/samba.dsl @@ -34,6 +34,7 @@ (normalize "reference") (normalize "refentry") (normalize "part") +; We would like to split up in chapters, not in sect1's... ; (normalize "sect1") (normalize "section") (normalize "book") ;; just in case nothing else matches... @@ -44,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) |