From b490468e20d4423680c0d87299a6e6f3b7d201fa Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Wed, 7 Feb 2007 22:57:22 +0100 Subject: [PATCH] Small fix in add_html_footer --- buildscripts/add_html_footer.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildscripts/add_html_footer.py b/buildscripts/add_html_footer.py index 7c6375588a..3e35952c42 100644 --- a/buildscripts/add_html_footer.py +++ b/buildscripts/add_html_footer.py @@ -18,9 +18,12 @@ non_copied_pages = ['Documentation/user/out-www/lilypond-big-page', 'Documentation/topdocs/out-www/NEWS', 'Documentation/topdocs/out-www/INSTALL', 'Documentation/bibliography/out-www/index', + 'Documentation/bibliography/out-www/engraving', + 'Documentation/bibliography/out-www/colorado', + 'Documentation/bibliography/out-www/computer-notation' 'Documentation/out-www/THANKS', 'Documentation/out-www/DEDICATION', - 'Documentation/topdocs/ou-www/AUTHORS'] + 'Documentation/topdocs/out-www/AUTHORS'] header = r""" """ -- 2.39.5