From 84c41fc48cb912a1b5d28cc4ead9c7737d88c7fb Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Thu, 27 Sep 2007 15:14:44 +0200 Subject: [PATCH] Fix images hrefs in splitted HTML Learning Manual --- buildscripts/add_html_footer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/add_html_footer.py b/buildscripts/add_html_footer.py index 653e4b4af5..1721ad7187 100644 --- a/buildscripts/add_html_footer.py +++ b/buildscripts/add_html_footer.py @@ -87,7 +87,7 @@ def build_pages_dict (filelist): def source_links_replace (m, source_val): return 'href="' + os.path.join (source_val, m.group (1)) + '"' -splitted_docs_re = re.compile ('Documentation/user/out-www/(lilypond|music-glossary|lilypond-program)/') +splitted_docs_re = re.compile ('Documentation/user/out-www/(lilypond|music-glossary|lilypond-program|lilypond-learning)/') # On systems without symlinks (e.g. Windows), docs are not very usable # Get rid of symlinks references here -- 2.39.2