chiark / gitweb /
Use a proper makefile rather than the `setup' script.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 13 Aug 2017 00:13:54 +0000 (01:13 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 13 Aug 2017 03:09:26 +0000 (04:09 +0100)
commit67b1a15a996af4649724d67acb7465ba6703bcbc
tree54272164551f4547f7346d24429bd5667d85ddbf
parentc626c512d4420440410e22955c23cf0ea8b0d2b1
Use a proper makefile rather than the `setup' script.

And there was rejoicing.  Surprisingly, the makefile is slightly shorter
than the script used to be, but all of the functionality is there.

Things are, unsurprisingly, organized a little differently.  I can
gather definitions together thematically, as opposed to grouping
according to the technicalities of installation.  The path hacks --
well, only the ssh one, because there aren't any others -- have moved
under bin/ now, because that means I can use the same machinery as the
other script links.

The makefile is also easier to tweak its behaviour to cope with strange
situations.  So that's nice.
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
bin/hacks/ssh [moved from hacks/ssh with 100% similarity]
el/Makefile [deleted file]
setup [deleted file]