From 954ef8bd2cca82a1616b83ca427eb83c10d975aa Mon Sep 17 00:00:00 2001 From: Petr Jelinek Date: Mon, 23 Mar 2015 01:16:09 +0100 Subject: [PATCH] bdr: doc: Always generate TOC even if section only has single entry. --- doc/stylesheet.dsl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/stylesheet.dsl b/doc/stylesheet.dsl index 0121e1e59e..c9a764e293 100644 --- a/doc/stylesheet.dsl +++ b/doc/stylesheet.dsl @@ -42,6 +42,9 @@ ;; Show comments during the development stage. (define %show-comments% draft-mode) +;; Force a chapter TOC even if it includes only a single entry +(define %force-chapter-toc% #t) + ;; Don't append period if run-in title ends with any of these ;; characters. We had to add the colon here. This is fixed in ;; stylesheets version 1.71, so it can be removed sometime. -- 2.39.5