]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/add_html_footer.py
Split user manual by creating "program-usage" manual
[lilypond.git] / buildscripts / add_html_footer.py
index 898d1a06e47c835151d7f737c4f361d90a6d65db..87555120d366c778638b36ff377086a218f3df7b 100644 (file)
@@ -86,7 +86,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)/')
+splitted_docs_re = re.compile ('Documentation/user/out-www/(lilypond|music-glossary|lilypond-program)/')
 
 # On systems without symlinks (e.g. Windows), docs are not very usable
 # Get rid of symlinks references here