summaryrefslogtreecommitdiff
path: root/emacs/Makefile.am
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/Makefile.am
parent165e14cfab897fad04b2a9fde2d3a23acd522517 (diff)
downloadguile-5c963b6eb8aa6f4c7c68ae9caaa7480f6c9b4475.tar.gz
Add GDS doc
Diffstat (limited to 'emacs/Makefile.am')
-rw-r--r--emacs/Makefile.am7
1 files changed, 7 insertions, 0 deletions
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)