]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/auxiliar/manuals_definitions.py
Rename aux 'directories' to 'auxiliar' for Windows compatibility
[lilypond.git] / python / auxiliar / manuals_definitions.py
diff --git a/python/auxiliar/manuals_definitions.py b/python/auxiliar/manuals_definitions.py
new file mode 100644 (file)
index 0000000..e8e6d50
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/python
+
+# This module is imported by check_texi_refs.py
+
+references_dict = {
+    'lilypond': 'ruser',
+    'lilypond-learning': 'rlearning',
+    'lilypond-program': 'rprogram',
+    'lilypond-snippets': 'rlsr',
+    'music-glossary': 'rglos',
+    'lilypond-internals': 'rinternals' }