summaryrefslogtreecommitdiff
path: root/emacs/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-09-24 18:34:02 +0200
committerAndy Wingo <wingo@pobox.com>2010-09-24 18:38:08 +0200
commit178e9d237b6522ba8f72162949d9b925f6750266 (patch)
tree83d618d22563d49ac696e9caba15a53a56a04fa2 /emacs/Makefile.am
parentd2c7e7de405682c043c8e4f2d7285824aafca71f (diff)
downloadguile-178e9d237b6522ba8f72162949d9b925f6750266.tar.gz
remove GDS
It is with a sigh that I do this. Farewell, old friend GDS; your bits will live on, reclaimed and reused in the new debugger. * module/Makefile.am: * module/ice-9/gds-client.scm: * module/ice-9/gds-server.scm: Remove these; we favor Geiser now. * emacs/Makefile.am: * emacs/gds-faq.txt: * emacs/gds-scheme.el: * emacs/gds-server.el: * emacs/gds-test.el: * emacs/gds-test.sh: * emacs/gds-test.stdin: * emacs/gds-tutorial.txt: * emacs/gds.el: Remove GDS files. The docs are still around, as they need to be folded into the docmentation of the new debugger.
Diffstat (limited to 'emacs/Makefile.am')
-rw-r--r--emacs/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/emacs/Makefile.am b/emacs/Makefile.am
index e18f30bf1..69bab137d 100644
--- a/emacs/Makefile.am
+++ b/emacs/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in.
##
-## Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+## Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -21,7 +21,4 @@
AUTOMAKE_OPTIONS = gnu
-dist_lisp_LISP = gds.el gds-server.el gds-scheme.el
-ELCFILES =
-
-ETAGS_ARGS = $(dist_lisp_LISP) ChangeLog-2008
+ETAGS_ARGS = ChangeLog-2008