From: John Mandereau Date: Thu, 27 Sep 2007 13:14:44 +0000 (+0200) Subject: Fix images hrefs in splitted HTML Learning Manual X-Git-Tag: release/2.11.35-1~46^2~122 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=84c41fc48cb912a1b5d28cc4ead9c7737d88c7fb;p=lilypond.git Fix images hrefs in splitted HTML Learning Manual --- 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