From: hal9 Date: Tue, 2 Apr 2002 03:38:00 +0000 (+0000) Subject: Minor change so Makefile can re-write and turn off section numbering for FAQ. X-Git-Tag: v_2_9_14~274 X-Git-Url: http://www.privoxy.org/gitweb/config.html?a=commitdiff_plain;h=23e9f4ce32458f275a62e1be5fcffca6dfdaf179;p=privoxy.git Minor change so Makefile can re-write and turn off section numbering for FAQ. --- diff --git a/doc/source/ldp.dsl b/doc/source/ldp.dsl index e4352a5a..696c00b0 100644 --- a/doc/source/ldp.dsl +++ b/doc/source/ldp.dsl @@ -87,10 +87,11 @@ (define %graphic-default-extension% "gif") -(define %section-autolabel% +(define %section-autolabel% #t) + ;; Privoxy READ! leave the above on one line. It is re-written by + ;; GNUmakefile for FAQ !!!!!!!! ;; For enumerated sections (1.1, 1.1.1, 1.2, etc.) - #t) - + ;; HB changed TOC depth to 3 levels. (define (toc-depth nd) 3)