]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Color the Attic link (issue 3596).
authorJulien Rioux <julien.rioux@gmail.com>
Thu, 3 Oct 2013 10:35:15 +0000 (12:35 +0200)
committerJulien Rioux <julien.rioux@gmail.com>
Tue, 8 Oct 2013 07:52:29 +0000 (09:52 +0200)
This seems to be necessary each time a section is added.

Documentation/lilypond-texi2html.init

index 1cc6671c330348829bab3935e7d8a7027debaae2..0f0a94c177d049824188e68f069ef8af172625c4 100644 (file)
@@ -1512,7 +1512,7 @@ sub generate_ly_toc_entries($$$$$)
          'introduction' => [2, 2, 2, 2, 3, 3, 4, 4],
          'download' => [2, 2, 2, 3, 3, 4],
          'manuals' => [1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 4],
-         'community' => [1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4],
+         'community' => [1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4],
          );
       my $addColor = "colorDefault";
       while (($top_section, $color_indices) = each %color_maps) {