aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>1999-08-24 16:25:27 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>1999-08-24 16:25:27 +0000
commited5a2169c9b41c3db5c0dd9694e8479e0391bf89 (patch)
tree56a02b9d5415490f82213b5d0a5852fed67a8817 /Makefile
parent2ecace28ac74af3bd2b27571e767d340adabf8f2 (diff)
enabled isar;
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 462b7e19..96b57825 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
###########################################################################
-ELISP_DIRS = generic lego coq isa
+ELISP_DIRS = generic lego coq isa isar
EMACS = xemacs
PWD=$(shell pwd)
@@ -26,7 +26,7 @@ PWD=$(shell pwd)
# output the compile-time load path and
# ELISP_DIRS so these are set just in that one
# place.
-BYTECOMP = $(EMACS) -batch -q -no-site-file -eval '(setq load-path (append (list "$(PWD)/generic" "$(PWD)/lego" "$(PWD)/coq" "$(PWD)/isa") load-path))' -f batch-byte-compile
+BYTECOMP = $(EMACS) -batch -q -no-site-file -eval '(setq load-path (append (list "$(PWD)/generic" "$(PWD)/lego" "$(PWD)/coq" "$(PWD)/isa" "$(PWD)/isar") load-path))' -f batch-byte-compile
EL=$(shell for f in $(ELISP_DIRS); do ls $$f/*.el; done)
ELC=$(EL:.el=.elc)