]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/aux/manuals_definitions.py
Rename aux 'directories' to 'auxiliar' for Windows compatibility
[lilypond.git] / python / aux / manuals_definitions.py
diff --git a/python/aux/manuals_definitions.py b/python/aux/manuals_definitions.py
deleted file mode 100644 (file)
index e8e6d50..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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' }