]> git.donarmstrong.com Git - lilypond.git/commit - stepmake/stepmake/texinfo-vars.make
Clean up buildscripts
authorJohn Mandereau <john.mandereau@gmail.com>
Mon, 5 Jan 2009 02:22:01 +0000 (03:22 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Mon, 5 Jan 2009 02:29:08 +0000 (03:29 +0100)
commit543171165412bc915d8ea1f308d070c74924b2f1
tree5e401c33ec74c7bad43c3842e44b2a10b7158a3e
parentdc22ed0f12ec6c81e04512ab40ed2dbd076712a4
Clean up buildscripts

- move scripts from buildscripts/ according to the new ROADMAP, create
three directories for this purpose: scripts/aux/, scripts/build/ and
python/aux;

- make permissions and interpreter specs clearer: all scripts in
scripts/build are non-executable and use an interpreter determined in
config.make, all scripts in scripts/aux use hard-coded interpreters;

- always use built avatars of scripts in scripts/build, as a
consequence remove interpreter invocations which are no longer needed;

- keep old scripts in buildscripts/ which are junked in the very next
commits.
114 files changed:
Documentation/GNUmakefile
Documentation/TRANSLATION
Documentation/bibliography/GNUmakefile
Documentation/pictures/GNUmakefile
Documentation/user/install.itely
GNUmakefile.in
ROADMAP
buildscripts/GNUmakefile [deleted file]
buildscripts/bib2html.py [deleted file]
buildscripts/build-coverage.sh [deleted file]
buildscripts/build-profile.sh [deleted file]
buildscripts/buildlib.py [deleted file]
buildscripts/catmidi.py [deleted file]
buildscripts/check_texi_refs.py [deleted file]
buildscripts/check_translation.py [deleted file]
buildscripts/coverage.py [deleted file]
buildscripts/extract_texi_filenames.py [deleted file]
buildscripts/find-superfluous-includes.py [deleted file]
buildscripts/fixcc.py [deleted file]
buildscripts/gen-emmentaler-scripts.py [deleted file]
buildscripts/genicon.py [deleted file]
buildscripts/grand-replace.sh [deleted file]
buildscripts/help2man.pl [deleted file]
buildscripts/html-gettext.py [deleted file]
buildscripts/install-info-html.sh [deleted file]
buildscripts/lilypond-words.py [deleted file]
buildscripts/lys-to-tely.py [deleted file]
buildscripts/makelsr.py [deleted file]
buildscripts/manuals_definitions.py [deleted file]
buildscripts/mass-link.py [deleted file]
buildscripts/mf-to-table.py [deleted file]
buildscripts/mf2pt1.pl [deleted file]
buildscripts/mirrortree.py [deleted file]
buildscripts/musicxml_generate_intervals.py [deleted file]
buildscripts/musicxml_generate_keys.py [deleted file]
buildscripts/musicxml_generate_timesignatures.py [deleted file]
buildscripts/mutopia-index.py [deleted file]
buildscripts/output-distance.py [deleted file]
buildscripts/pfx2ttf.fontforge [deleted file]
buildscripts/postprocess_html.py [deleted file]
buildscripts/pytt.py [deleted file]
buildscripts/readlink.py [deleted file]
buildscripts/tely-gettext.py [deleted file]
buildscripts/texi-gettext.py [deleted file]
buildscripts/texi-langutils.py [deleted file]
buildscripts/texi-skeleton-update.py [deleted file]
buildscripts/texi2omf.py [deleted file]
buildscripts/translations-status.py [deleted file]
buildscripts/update-snippets.py [deleted file]
buildscripts/www_post.py [deleted file]
configure.in
elisp/GNUmakefile
input/lsr/GNUmakefile
input/lsr/README
make/doc-i18n-root-targets.make
make/doc-i18n-user-rules.make
make/doc-i18n-user-targets.make
make/generic-vars.make
make/lilypond-vars.make
make/lysdoc-rules.make
mf/GNUmakefile
po/TODO
python/GNUmakefile
python/aux/GNUmakefile [new file with mode: 0644]
python/aux/buildlib.py [new file with mode: 0644]
python/aux/manuals_definitions.py [new file with mode: 0644]
python/aux/mirrortree.py [new file with mode: 0644]
python/aux/postprocess_html.py [new file with mode: 0644]
scripts/GNUmakefile
scripts/aux/GNUmakefile [new file with mode: 0644]
scripts/aux/build-coverage.sh [new file with mode: 0755]
scripts/aux/build-profile.sh [new file with mode: 0755]
scripts/aux/check_texi_refs.py [new file with mode: 0755]
scripts/aux/check_translation.py [new file with mode: 0755]
scripts/aux/coverage.py [new file with mode: 0755]
scripts/aux/find-superfluous-includes.py [new file with mode: 0755]
scripts/aux/fixcc.py [new file with mode: 0755]
scripts/aux/makelsr.py [new file with mode: 0755]
scripts/aux/musicxml_generate_intervals.py [new file with mode: 0755]
scripts/aux/musicxml_generate_keys.py [new file with mode: 0755]
scripts/aux/musicxml_generate_timesignatures.py [new file with mode: 0755]
scripts/aux/pfx2ttf.fontforge [new file with mode: 0644]
scripts/aux/readlink.py [new file with mode: 0755]
scripts/aux/tely-gettext.py [new file with mode: 0755]
scripts/aux/texi-langutils.py [new file with mode: 0755]
scripts/aux/texi-skeleton-update.py [new file with mode: 0755]
scripts/aux/translations-status.py [new file with mode: 0755]
scripts/aux/update-snippets.py [new file with mode: 0755]
scripts/build/GNUmakefile [new file with mode: 0644]
scripts/build/bib2html.py [new file with mode: 0644]
scripts/build/catmidi.py [new file with mode: 0644]
scripts/build/extract_texi_filenames.py [new file with mode: 0644]
scripts/build/gen-emmentaler-scripts.py [new file with mode: 0644]
scripts/build/genicon.py [new file with mode: 0644]
scripts/build/grand-replace.sh [new file with mode: 0644]
scripts/build/help2man.pl [new file with mode: 0644]
scripts/build/html-gettext.py [new file with mode: 0644]
scripts/build/install-info-html.sh [new file with mode: 0644]
scripts/build/lilypond-words.py [new file with mode: 0644]
scripts/build/lys-to-tely.py [new file with mode: 0644]
scripts/build/mass-link.py [new file with mode: 0644]
scripts/build/mf-to-table.py [new file with mode: 0644]
scripts/build/mf2pt1.pl [new file with mode: 0644]
scripts/build/mutopia-index.py [new file with mode: 0644]
scripts/build/output-distance.py [new file with mode: 0644]
scripts/build/pytt.py [new file with mode: 0644]
scripts/build/texi-gettext.py [new file with mode: 0644]
scripts/build/texi2omf.py [new file with mode: 0644]
scripts/build/www_post.py [new file with mode: 0644]
stepmake/stepmake/help2man-rules.make
stepmake/stepmake/metafont-rules.make
stepmake/stepmake/texinfo-rules.make
stepmake/stepmake/texinfo-vars.make
vim/GNUmakefile