aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-14 09:59:26 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-14 09:59:26 +0000
commit2ad5635db7944c2e31390730f85b2c36d43ec9df (patch)
tree9ac8553b13cad254de4f2653c9e2929ec603aa89
parentaaea65e54a7baa5575f612487df6041cfc807e35 (diff)
Add demoisa dir to makefiles.
-rw-r--r--Makefile2
-rw-r--r--Makefile.devel2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 62d1b0bf..4cc23298 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
###########################################################################
-ELISP_DIRS = generic lego coq isa isar plastic
+ELISP_DIRS = generic lego coq isa isar plastic demoisa
EMACS = xemacs
PWD=$(shell pwd)
diff --git a/Makefile.devel b/Makefile.devel
index c5c0a246..f417bb42 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -141,7 +141,7 @@ FILES_NONCVS = ChangeLog TAGS
DISTINSTALLDIR=/export/local/share/elisp
# Copied from distributed Makefile
-ELISP_DIRS=generic lego coq isa isar plastic
+ELISP_DIRS=generic lego coq isa isar plastic demoisa
SUBDIRS=$(ELISP_DIRS) etc doc html images
PWD=$(shell pwd)