From 5c963b6eb8aa6f4c7c68ae9caaa7480f6c9b4475 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Tue, 20 Jan 2004 22:05:44 +0000 Subject: [PATCH] Add GDS doc --- emacs/ChangeLog | 6 ++++++ emacs/Makefile.am | 7 +++++++ emacs/gds.texi | 0 3 files changed, 13 insertions(+) create mode 100644 emacs/gds.texi diff --git a/emacs/ChangeLog b/emacs/ChangeLog index 9930c7881..75b391993 100644 --- a/emacs/ChangeLog +++ b/emacs/ChangeLog @@ -1,3 +1,9 @@ +2003-12-06 Neil Jerram + + * gds.texi: New. + + * Makefile.am (info_TEXINFOS): Added. + 2003-11-27 Neil Jerram Initial support for setting source breakpoints... diff --git a/emacs/Makefile.am b/emacs/Makefile.am index e281ff03c..981414f3f 100644 --- a/emacs/Makefile.am +++ b/emacs/Makefile.am @@ -25,7 +25,14 @@ subpkgdatadir = $(pkgdatadir)/${GUILE_EFFECTIVE_VERSION}/emacs subpkgdata_DATA = gds-client.scm gds-server.scm lisp_LISP = gds.el + +# Suppress byte compilation for now, but only because I haven't tested +# it yet, so have no idea whether a byte compiled version would work. ELCFILES = +info_TEXINFOS = gds.texi + +TEXINFO_TEX = ../doc/ref/texinfo.tex + ETAGS_ARGS = $(subpkgdata_DATA) $(lisp_LISP) EXTRA_DIST = $(subpkgdata_DATA) $(lisp_LISP) diff --git a/emacs/gds.texi b/emacs/gds.texi new file mode 100644 index 000000000..e69de29bb