]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix images hrefs in splitted HTML Learning Manual
authorJohn Mandereau <john.mandereau@gmail.com>
Thu, 27 Sep 2007 13:14:44 +0000 (15:14 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:48:05 +0000 (09:48 +0100)
buildscripts/add_html_footer.py

index 653e4b4af52b739db2a28ecd5cbdbf8123aab13a..1721ad71872a4484c1e2e7c7cb4b63f97c012007 100644 (file)
@@ -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