From 4c493d2c9823c65a535cbdbc029c9fdb4608a18d Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Fri, 23 Nov 2007 22:48:17 +0100 Subject: [PATCH] Add context-example in add_html_footer.py If the manual uses more images other than ly snippets, I'll fix this a better way. --- 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 1721ad7187..0ef42e1833 100644 --- a/buildscripts/add_html_footer.py +++ b/buildscripts/add_html_footer.py @@ -94,7 +94,7 @@ splitted_docs_re = re.compile ('Documentation/user/out-www/(lilypond|music-gloss # Get rid of symlinks in GNUmakefile.in (local-WWW-post) def replace_symlinks_urls (s, prefix): if splitted_docs_re.match (prefix): - s = re.sub ('(href|src)="(lily-.*?|.*?-flat-.*?)"', '\\1="../\\2"', s) + s = re.sub ('(href|src)="(lily-.*?|.*?-flat-.*?|context-example.*?)"', '\\1="../\\2"', s) source_path = os.path.join (os.path.dirname (prefix), 'source') if not os.path.islink (source_path): return s -- 2.39.5