]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc build: add extending to dir-copying.
authorGraham Percival <graham@percival-music.ca>
Mon, 15 Mar 2010 13:45:04 +0000 (13:45 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 15 Mar 2010 13:45:04 +0000 (13:45 +0000)
python/auxiliar/postprocess_html.py

index b268db1d25924de6201ac93b4138e4f01cf2cd54..f327e4e393a474d2155e54fb7b8d4f026d0e6b21 100644 (file)
@@ -102,7 +102,7 @@ def source_links_replace (m, source_val):
     return 'href="' + os.path.join (source_val, m.group (1)) + '"'
 
 # More hardcoding, yay!
-splitted_docs_re = re.compile('(Documentation/out-www/(automated-engraving|essay|notation|changes|music-glossary|usage|web|learning|snippets))/')
+splitted_docs_re = re.compile('(Documentation/out-www/(automated-engraving|essay|notation|changes|extending|music-glossary|usage|web|learning|snippets))/')
 lily_snippets_re = re.compile ('(href|src)="([0-9a-f]{2}/lily-.*?)"')
 pictures_re = re.compile ('src="(pictures/.*?)"')