Make Edwin and Imail separately installable projects.
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 10 Oct 2018 06:56:34 +0000 (23:56 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 10 Oct 2018 06:56:34 +0000 (23:56 -0700)
commit63e6cf400bf6ddeb46927d4bf06472bae9ac08b0
tree7a8e6cbdbc24b31bb9f2a0c778e1626b6980dad4
parent744f27247350d39adc2640f959afda4722a7abf1
Make Edwin and Imail separately installable projects.

Do not build them with the core.  Build them after certain plugins are
installed.
57 files changed:
dist/shared.sh
doc/Makefile.in
doc/configure.ac
doc/ffi/ffi.texinfo
doc/imail/Makefile.in [deleted file]
doc/index.html
doc/info-dir
doc/mit-scheme.1
doc/user-manual/user.texinfo
src/Makefile.in
src/Setup.sh
src/berkeley-db/configure.ac
src/configure.ac
src/edwin/AUTHORS [new file with mode: 0644]
src/edwin/COPYING [new file with mode: 0644]
src/edwin/ChangeLog [new file with mode: 0644]
src/edwin/Makefile-fragment [deleted file]
src/edwin/Makefile.am [new file with mode: 0644]
src/edwin/NEWS [new file with mode: 0644]
src/edwin/README
src/edwin/TUTORIAL [new file with mode: 0644]
src/edwin/autogen.sh [new file with mode: 0755]
src/edwin/compile.sh [new file with mode: 0755]
src/edwin/configure.ac [new file with mode: 0644]
src/edwin/editor.scm
src/edwin/edwin.pkg
src/edwin/edwin.sf
src/edwin/filcom.scm
src/edwin/fileio.scm
src/edwin/make.scm
src/edwin/nntp.scm
src/edwin/sources.sh [new file with mode: 0755]
src/etc/build-bands.sh
src/etc/compile.scm
src/etc/create-makefiles.sh
src/etc/optiondb.scm
src/etc/utilities.scm
src/imail/AUTHORS [new file with mode: 0644]
src/imail/COPYING [new file with mode: 0644]
src/imail/ChangeLog [new file with mode: 0644]
src/imail/Makefile-fragment [deleted file]
src/imail/Makefile.am [new file with mode: 0644]
src/imail/NEWS [new file with mode: 0644]
src/imail/README [new file with mode: 0644]
src/imail/autogen.sh [new file with mode: 0755]
src/imail/compile.scm
src/imail/compile.sh [new file with mode: 0755]
src/imail/configure.ac [new file with mode: 0644]
src/imail/imail.pkg
src/imail/install.sh [deleted file]
src/imail/load.scm [deleted file]
src/imail/make.scm [new file with mode: 0644]
src/imail/mit-scheme-imail.texi [moved from doc/imail/imail.texinfo with 99% similarity]
src/runtime/command-line.scm
src/runtime/global.scm
src/runtime/runtime.pkg
tests/runtime/test-syncproc.scm