diff options
author | John Mandereau <john.mandereau@gmail.com> | 2012-08-02 23:25:54 +0200 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2012-08-15 16:22:09 +0200 |
commit | 6c323bc1bb27a79f687f5f3f3ed6b105aad24caa (patch) | |
tree | c79c7cb97580392a89d570afa23c4c641519d13f /ROADMAP | |
parent | c20fff645e325d392d2588721144f4204d0ef9da (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-- | ROADMAP | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/) |