]> git.donarmstrong.com Git - lilypond.git/commit
Remove StepMake as a separate package
authorJohn Mandereau <john.mandereau@gmail.com>
Thu, 2 Aug 2012 21:25:54 +0000 (23:25 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Wed, 15 Aug 2012 14:22:09 +0000 (16:22 +0200)
commit6c323bc1bb27a79f687f5f3f3ed6b105aad24caa
treec79c7cb97580392a89d570afa23c4c641519d13f
parentc20fff645e325d392d2588721144f4204d0ef9da
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.
35 files changed:
.gitignore
Documentation/GNUmakefile
Documentation/misc/GNUmakefile
GNUmakefile.in
ROADMAP
aclocal.m4 [new file with mode: 0644]
autogen.sh
config/config.guess [new file with mode: 0755]
config/config.sub [new file with mode: 0755]
config/install-sh [new file with mode: 0755]
configure.in
scripts/build/install.py [new file with mode: 0644]
scripts/build/make-version.py [new file with mode: 0644]
scripts/build/text2html.py [new file with mode: 0644]
stepmake/GNUmakefile [deleted file]
stepmake/INSTALL.texi [deleted file]
stepmake/README [deleted file]
stepmake/aclocal.m4 [deleted file]
stepmake/autogen.sh [deleted file]
stepmake/bin/GNUmakefile [deleted file]
stepmake/bin/config.guess [deleted file]
stepmake/bin/config.sub [deleted file]
stepmake/bin/fake-msgfmt.sh [deleted file]
stepmake/bin/install-sh [deleted file]
stepmake/bin/install.py [deleted file]
stepmake/bin/make-version.py [deleted file]
stepmake/bin/ntpwd.py [deleted file]
stepmake/bin/stepmakeise.sh [deleted file]
stepmake/bin/text2html.py [deleted file]
stepmake/config.hh.in [deleted file]
stepmake/configure.in [deleted file]
stepmake/stepmake/GNUmakefile [deleted file]
stepmake/stepmake/generic-targets.make
stepmake/stepmake/generic-vars.make
stepmake/stepmake/toplevel-targets.make