aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--Makefile.devel2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7cf9f393..fadf78bd 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@
###########################################################################
-ELISP_DIRS = generic lego coq isa isar plastic demoisa hol98 af2 twelf
+ELISP_DIRS = generic lego coq isa isar plastic demoisa hol98 af2 twelf acl2
# FIXME: automate the emacs choice to be xemacs if it can be
# found, otherwise emacs.
BATCHEMACS=xemacs -batch -q -no-site-file
diff --git a/Makefile.devel b/Makefile.devel
index 9bdf7d85..590c4a85 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -180,7 +180,7 @@ FILES_NONCVS = TAGS
DISTINSTALLDIR=/export/local/share/elisp
# Copied from distributed Makefile
-ELISP_DIRS=generic lego coq isa isar plastic demoisa hol98 af2 twelf
+ELISP_DIRS=generic lego coq isa isar plastic demoisa hol98 af2 twelf acl2
SUBDIRS=$(ELISP_DIRS) etc doc html images
PWD=$(shell pwd)