]> git.donarmstrong.com Git - lilypond.git/commit
Rename aux 'directories' to 'auxiliar' for Windows compatibility
authorJohn Mandereau <john.mandereau@gmail.com>
Tue, 6 Jan 2009 00:26:56 +0000 (01:26 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 6 Jan 2009 00:32:58 +0000 (01:32 +0100)
commit2820653d0e8f00674fd986ad92a6e3ca4342ee37
treec064a6a1ceed3d5785535c16d6e3a6c29bb866d1
parentc32e23a0f60fc55d4b7b18b8e66a4a46f59bfcbe
Rename aux 'directories' to 'auxiliar' for Windows compatibility

Rename scripts/aux/ to scripts/auxiliar/
and python/aux/ to python/auxiliar/.
56 files changed:
Documentation/TRANSLATION
Documentation/user/install.itely
configure.in
input/lsr/README
make/generic-vars.make
python/GNUmakefile
python/aux/GNUmakefile [deleted file]
python/aux/buildlib.py [deleted file]
python/aux/manuals_definitions.py [deleted file]
python/aux/mirrortree.py [deleted file]
python/aux/postprocess_html.py [deleted file]
python/auxiliar/GNUmakefile [new file with mode: 0644]
python/auxiliar/buildlib.py [new file with mode: 0644]
python/auxiliar/manuals_definitions.py [new file with mode: 0644]
python/auxiliar/mirrortree.py [new file with mode: 0644]
python/auxiliar/postprocess_html.py [new file with mode: 0644]
scripts/GNUmakefile
scripts/aux/GNUmakefile [deleted file]
scripts/aux/build-coverage.sh [deleted file]
scripts/aux/build-profile.sh [deleted file]
scripts/aux/check_texi_refs.py [deleted file]
scripts/aux/check_translation.py [deleted file]
scripts/aux/coverage.py [deleted file]
scripts/aux/find-superfluous-includes.py [deleted file]
scripts/aux/fixcc.py [deleted file]
scripts/aux/makelsr.py [deleted file]
scripts/aux/musicxml_generate_intervals.py [deleted file]
scripts/aux/musicxml_generate_keys.py [deleted file]
scripts/aux/musicxml_generate_timesignatures.py [deleted file]
scripts/aux/pfx2ttf.fontforge [deleted file]
scripts/aux/readlink.py [deleted file]
scripts/aux/tely-gettext.py [deleted file]
scripts/aux/texi-langutils.py [deleted file]
scripts/aux/texi-skeleton-update.py [deleted file]
scripts/aux/translations-status.py [deleted file]
scripts/aux/update-snippets.py [deleted file]
scripts/auxiliar/GNUmakefile [new file with mode: 0644]
scripts/auxiliar/build-coverage.sh [new file with mode: 0755]
scripts/auxiliar/build-profile.sh [new file with mode: 0755]
scripts/auxiliar/check_texi_refs.py [new file with mode: 0755]
scripts/auxiliar/check_translation.py [new file with mode: 0755]
scripts/auxiliar/coverage.py [new file with mode: 0755]
scripts/auxiliar/find-superfluous-includes.py [new file with mode: 0755]
scripts/auxiliar/fixcc.py [new file with mode: 0755]
scripts/auxiliar/makelsr.py [new file with mode: 0755]
scripts/auxiliar/musicxml_generate_intervals.py [new file with mode: 0755]
scripts/auxiliar/musicxml_generate_keys.py [new file with mode: 0755]
scripts/auxiliar/musicxml_generate_timesignatures.py [new file with mode: 0755]
scripts/auxiliar/pfx2ttf.fontforge [new file with mode: 0644]
scripts/auxiliar/readlink.py [new file with mode: 0755]
scripts/auxiliar/tely-gettext.py [new file with mode: 0755]
scripts/auxiliar/texi-langutils.py [new file with mode: 0755]
scripts/auxiliar/texi-skeleton-update.py [new file with mode: 0755]
scripts/auxiliar/translations-status.py [new file with mode: 0755]
scripts/auxiliar/update-snippets.py [new file with mode: 0755]
stepmake/stepmake/texinfo-rules.make