]> git.donarmstrong.com Git - lilypond.git/blob - python/auxiliar/manuals_definitions.py
Docs: handle file renames in translation checking
[lilypond.git] / python / auxiliar / manuals_definitions.py
1 #!/usr/bin/python
2
3 # This module is imported by check_texi_refs.py
4
5 references_dict = {
6     'notation': 'ruser',
7     'learning': 'rlearning',
8     'application': 'rprogram',
9     'snippets': 'rlsr',
10     'music-glossary': 'rglos',
11     'internals': 'rinternals' }