]> git.donarmstrong.com Git - lilypond.git/commitdiff
texi2html: Number the third level in the IR, too (e.g. Voice, Staff, etc)
authorReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 8 Apr 2008 14:41:35 +0000 (16:41 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 8 Apr 2008 14:41:35 +0000 (16:41 +0200)
This also causes e.g. each context to go into its own file rather than in one
huge Contexts.html file...

scm/documentation-lib.scm

index 659a21a1a912d2f04cd046166312a7f41fa81375..0001079c7ee43315a25c45a698bc11a37ecae6f3 100644 (file)
@@ -61,7 +61,7 @@
                      (0 . "@top")
                      (1 . "@chapter")
                      (2 . "@section")
-                     (3 . "@unnumberedsubsec")
+                     (3 . "@subsec")
                      (4 . "@unnumberedsubsubsec")
                      (5 . "@unnumberedsubsubsec")))))