summaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorJohn Mandereau <john.mandereau@gmail.com>2009-01-05 03:22:01 +0100
committerJohn Mandereau <john.mandereau@gmail.com>2009-01-05 03:29:08 +0100
commit543171165412bc915d8ea1f308d070c74924b2f1 (patch)
tree5e401c33ec74c7bad43c3842e44b2a10b7158a3e /ROADMAP
parentdc22ed0f12ec6c81e04512ab40ed2dbd076712a4 (diff)
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.
Diffstat (limited to 'ROADMAP')
-rw-r--r--ROADMAP6
1 files changed, 5 insertions, 1 deletions
diff --git a/ROADMAP b/ROADMAP
index 4ec2eec4bd..d5be4a0077 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -20,7 +20,6 @@ source files.
user/ User manuals
po/ Translated manual node names
fr/ es/ de/ Docs translated to French, Spanish, German, resp.
- buildscripts/ Scripts for the build process
elisp/ Emacs LilyPond mode and syntax coloring
flower/ A simple C++ library
input/ Music input examples
@@ -41,8 +40,13 @@ source files.
po/ Translations for binaries and end-user scripts
ps/ PostScript library files
python/ Python modules, MIDI module
+ aux/ Python modules used by maintenance scripts
+ or in the build process
scm/ Scheme sources for LilyPond and subroutine files
scripts/ End-user scripts
+ aux/ Scripts for maintaining the sources and scripts
+ for the build process that need not be built
+ build/ Scripts for the build process that must be built
stepmake/ Generic make subroutine files
tex/ TeX and texinfo library files
vim/ Vi(M) LilyPond mode and syntax coloring