diff options
author | John Mandereau <john.mandereau@gmail.com> | 2009-07-26 19:20:22 +0200 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2009-07-26 19:26:04 +0200 |
commit | 3a9c1df02fdb6846418c5794a7b04d07209e95b3 (patch) | |
tree | 17620c0a50ba72ba61507f163118f7e0e02bac83 /python/auxiliar | |
parent | da03e68559200538f831b865f2c8e64b04940818 (diff) |
Docs: fix doc build and clean up maintenance
* doc build fixes in French docs,
* clean out occurences of 'Documentation/user' and 'input/lsr': update
the CG, update maintenance scripts (without testing them :-/);
* clean up Documentation/GNUmakefile;
TODO: test and fix maintenance scripts.
Diffstat (limited to 'python/auxiliar')
-rw-r--r-- | python/auxiliar/manuals_definitions.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/auxiliar/manuals_definitions.py b/python/auxiliar/manuals_definitions.py index e8e6d50cd9..4b548f11e1 100644 --- a/python/auxiliar/manuals_definitions.py +++ b/python/auxiliar/manuals_definitions.py @@ -3,9 +3,9 @@ # This module is imported by check_texi_refs.py references_dict = { - 'lilypond': 'ruser', - 'lilypond-learning': 'rlearning', - 'lilypond-program': 'rprogram', - 'lilypond-snippets': 'rlsr', + 'notation': 'ruser', + 'learning': 'rlearning', + 'application': 'rprogram', + 'snippets': 'rlsr', 'music-glossary': 'rglos', - 'lilypond-internals': 'rinternals' } + 'internals': 'rinternals' } |