From: Reinhold Kainhofer Date: Tue, 8 Apr 2008 14:41:35 +0000 (+0200) Subject: texi2html: Number the third level in the IR, too (e.g. Voice, Staff, etc) X-Git-Tag: release/2.11.58-1~32^2~152 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=78ee159519b35e58f89ae0fa02c7ab20f6eb0100;p=lilypond.git texi2html: Number the third level in the IR, too (e.g. Voice, Staff, etc) This also causes e.g. each context to go into its own file rather than in one huge Contexts.html file... --- diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index 659a21a1a9..0001079c7e 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -61,7 +61,7 @@ (0 . "@top") (1 . "@chapter") (2 . "@section") - (3 . "@unnumberedsubsec") + (3 . "@subsec") (4 . "@unnumberedsubsubsec") (5 . "@unnumberedsubsubsec")))))