move guilec and guile-disasm to be guile-tools scripts
authorAndy Wingo <wingo@pobox.com>
Thu, 28 Aug 2008 00:17:30 +0000 (17:17 -0700)
committerAndy Wingo <wingo@pobox.com>
Thu, 28 Aug 2008 00:17:30 +0000 (17:17 -0700)
commit72f7452826d282e3c23b249f8ffdf5de01e6184e
treee2e786b54bc4386631c6f5e682cda83f6cba661c
parent89c95c460b3d3c39e2870ed426182524a2f7b79b
move guilec and guile-disasm to be guile-tools scripts

* .gitignore: Some touchups.

* configure.in:
* src/.cvsignore:
* src/Makefile.am:
* Makefile.am: No more src/.

* scripts/compile:
* scripts/disassemble: Moved here from src/ and changed into guile-tools
  scripts.

* scripts/Makefile.am: Add the new scriptes.

* guilec.mk: Adapt to new way of invoking the compiler.
.gitignore
Makefile.am
configure.in
guilec.mk
scripts/Makefile.am
scripts/compile [new file with mode: 0755]
scripts/disassemble [new file with mode: 0755]
src/.cvsignore [deleted file]
src/Makefile.am [deleted file]
src/guile-disasm.in [deleted file]
src/guilec.in [deleted file]