From 847d2ad4c6da462c26c50af1ef7d9cd697f3a5d2 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 19 Jul 2020 22:41:22 +0100 Subject: scheme and autotools removals The plan is to have geiser-core contain only, well, the elisp core engine. The autotools scafolding is no really worth it, so it's gone too (and in the process, i'll look younger). --- bin/Makefile.am | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 bin/Makefile.am (limited to 'bin/Makefile.am') diff --git a/bin/Makefile.am b/bin/Makefile.am deleted file mode 100644 index 9f6ee2b..0000000 --- a/bin/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -EXTRA_DIST = geiser-racket.sh -dist_bin_SCRIPTS = geiser-racket -noinst_SCRIPTS = geiser-racket-noinst - -CLEANFILES = $(dist_bin_SCRIPTS) $(noinst_SCRIPTS) - -geiser-racket: $(srcdir)/geiser-racket.sh - @sed -e "s|top=\".*\"|top=$(datarootdir)/geiser|" \ - $(srcdir)/geiser-racket.sh >$@ - @chmod +x $@ - -geiser-racket-noinst: $(srcdir)/geiser-racket.sh - @sed -e "s|top=\".*\"|top=$(abs_top_srcdir)/scheme|" \ - $(srcdir)/geiser-racket.sh >$@ - @chmod +x $@ -- cgit v1.2.3