]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: update hard-coded doc filenames for current files.
authorGraham Percival <graham@percival-music.ca>
Sat, 17 Oct 2009 20:28:39 +0000 (21:28 +0100)
committerGraham Percival <graham@percival-music.ca>
Sat, 17 Oct 2009 21:10:06 +0000 (22:10 +0100)
python/auxiliar/buildlib.py
python/auxiliar/manuals_definitions.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:
index d0542b073f690f62676e4c55f117cb99cb3e7792..1008f6ceeeced2a8c67232459daafeb824e91f63 100644 (file)
@@ -5,8 +5,9 @@
 references_dict = {
     'notation': 'ruser',
     'learning': 'rlearning',
-    'application': 'rprogram',
+    'usage': 'rprogram',
     'essay': 'ressay',
+    'extending': 'rextend',
     'snippets': 'rlsr',
     'music-glossary': 'rglos',
     'internals': 'rinternals',