1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Add GDS doc

This commit is contained in:
Neil Jerram 2004-01-20 22:05:44 +00:00
parent 165e14cfab
commit 5c963b6eb8
3 changed files with 13 additions and 0 deletions

View file

@ -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...

View file

@ -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)

0
emacs/gds.texi Normal file
View file