summaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorJohn Mandereau <john.mandereau@gmail.com>2012-08-02 23:25:54 +0200
committerJohn Mandereau <john.mandereau@gmail.com>2012-08-15 16:22:09 +0200
commit6c323bc1bb27a79f687f5f3f3ed6b105aad24caa (patch)
treec79c7cb97580392a89d570afa23c4c641519d13f /ROADMAP
parentc20fff645e325d392d2588721144f4204d0ef9da (diff)
Remove StepMake as a separate package
Rationale: * there are no publicly-known current usage cases of StepMake outside LilyPond, * StepMake installation has been disabled for a decade, * generic templates (stepmake/stepmake) have been so heavily customized lately for our heavy documentation that they can no longer be qualifed as "generic", * only a few build scripts have remained in stepmake/bin, whereas most of them now live in scripts/build. This commit removes everything in stepmake/ except included makefiles; scripts that are still used are moved to config/ (Autoconf helpers) or scripts/build (build and install scripts). Remove config make target to avoid potential conflict with new config/ directory. For clarity, a merge of all stepmake templates, from stepmake/stepmake and make/ into stepmake/ (or similar), will be done in another commit.
Diffstat (limited to 'ROADMAP')
-rw-r--r--ROADMAP1
1 files changed, 1 insertions, 0 deletions
diff --git a/ROADMAP b/ROADMAP
index 99ad6b7fb6..2616c11c16 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -78,6 +78,7 @@ LilyPond's source files.
|
| SCRIPTS:
|
+|-- config/ Autoconf helpers for configure script
|-- python/ Python modules, MIDI module
| `-- auxiliar/ Python modules for build/maintenance
|-- scripts/ End-user scripts (--> lilypond/usr/bin/)