]> git.donarmstrong.com Git - lilypond.git/blob - python/aux/manuals_definitions.py
Clean up buildscripts
[lilypond.git] / python / aux / manuals_definitions.py
1 #!/usr/bin/python
2
3 # This module is imported by check_texi_refs.py
4
5 references_dict = {
6     'lilypond': 'ruser',
7     'lilypond-learning': 'rlearning',
8     'lilypond-program': 'rprogram',
9     'lilypond-snippets': 'rlsr',
10     'music-glossary': 'rglos',
11     'lilypond-internals': 'rinternals' }