From: Julien Rioux Date: Thu, 3 Oct 2013 10:35:15 +0000 (+0200) Subject: Doc: Color the Attic link (issue 3596). X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=da56e53ef0ea64207ec401c22a53501197490b27;p=lilypond.git Doc: Color the Attic link (issue 3596). This seems to be necessary each time a section is added. --- diff --git a/Documentation/lilypond-texi2html.init b/Documentation/lilypond-texi2html.init index 1cc6671c33..0f0a94c177 100644 --- a/Documentation/lilypond-texi2html.init +++ b/Documentation/lilypond-texi2html.init @@ -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) {