summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2004-01-20 22:05:44 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2004-01-20 22:05:44 +0000
commit5c963b6eb8aa6f4c7c68ae9caaa7480f6c9b4475 (patch)
treeca4a5c3cbcf8f100e86432cceb4f6b040c3980b2 /emacs
parent165e14cfab897fad04b2a9fde2d3a23acd522517 (diff)
Add GDS doc
Diffstat (limited to 'emacs')
-rw-r--r--emacs/ChangeLog6
-rw-r--r--emacs/Makefile.am7
-rw-r--r--emacs/gds.texi0
3 files changed, 13 insertions, 0 deletions
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 <neil@ossau.uklinux.net>
+
+ * gds.texi: New.
+
+ * Makefile.am (info_TEXINFOS): Added.
+
2003-11-27 Neil Jerram <neil@ossau.uklinux.net>
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
--- /dev/null
+++ b/emacs/gds.texi