]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/auxiliar/buildlib.py
Build: update hard-coded doc filenames for current files.
[lilypond.git] / python / auxiliar / buildlib.py
index 783c808642831c5d564be6613b76492ab260cb1c..3f29b1cd1b2a3a3ff5170e1b9c5de7978f37b6dd 100644 (file)
@@ -22,7 +22,7 @@ def read_pipe (command):
 ### Renamed files map to ensure continuity of file history
 ## Map of new_name: old_name
 renames_map = {
-    'application.tely': 'user/lilypond-program.tely',
+    'usage.tely': 'user/lilypond-program.tely',
     'notation.tely': 'user/lilypond.tely',
     'learning.tely': 'user/lilypond-learning.tely',
     'changes.tely': 'topdocs/NEWS.tely',
@@ -30,7 +30,7 @@ renames_map = {
 
 # FIXME: Hardcoded file names!?
 manuals_subdirectories_re = \
-    re.compile ('(application|automated-engraving|essay|general|learning|notation)/')
+    re.compile ('(usage|automated-engraving|essay|extending|general|learning|notation)/')
 
 def add_old_name (file_path):
     for new_path in renames_map: