From da56e53ef0ea64207ec401c22a53501197490b27 Mon Sep 17 00:00:00 2001
From: Julien Rioux <julien.rioux@gmail.com>
Date: Thu, 3 Oct 2013 12:35:15 +0200
Subject: [PATCH] Doc: Color the Attic link (issue 3596).

This seems to be necessary each time a section is added.
---
 Documentation/lilypond-texi2html.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) {
-- 
2.39.5