]> git.donarmstrong.com Git - lilypond.git/commitdiff
texi2html: Use @(sub)section for internalsref (user-friendlier, works with TOC)
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 4 Apr 2008 19:42:36 +0000 (21:42 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 4 Apr 2008 19:42:36 +0000 (21:42 +0200)
scm/documentation-lib.scm

index 4cf5f390e32be50ac65092a69ba17330f0df08f2..659a21a1a912d2f04cd046166312a7f41fa81375 100644 (file)
@@ -59,8 +59,8 @@
   (cdr (assoc level '(
                      ;; Hmm, texinfo doesn't have ``part''
                      (0 . "@top")
-                     (1 . "@unnumbered")
-                     (2 . "@unnumberedsec")
+                     (1 . "@chapter")
+                     (2 . "@section")
                      (3 . "@unnumberedsubsec")
                      (4 . "@unnumberedsubsubsec")
                      (5 . "@unnumberedsubsubsec")))))