]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/add_html_footer.py
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / buildscripts / add_html_footer.py
index 2abb0bf88de0f3271e4cb6bb9441d0d7bfa40315..addf3c7d7a6c3f5a4114d94ff35d60cda97671e5 100644 (file)
@@ -94,6 +94,7 @@ def source_links_replace (m, source_val):
 splitted_docs_re = re.compile ('(input/lsr/out-www/lilypond-snippets|Documentation/user/out-www/(lilypond|music-glossary|lilypond-program|lilypond-learning))/')
 
 snippets_ref_re = re.compile (r'href="(\.\./)?lilypond-snippets')
+# TODO: master has ../lily- !
 src_href_re = re.compile ('(href|src)="(lily-.*?|.*?[.]png)"')
 source_link_re = re.compile ('href="source/(.*?)"')