diff options
| author | David Aspinall | 2000-03-13 05:58:37 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-03-13 05:58:37 +0000 |
| commit | 34ef9c552876580d7e504b5306eaa3c2d8a441ee (patch) | |
| tree | ae86e9aeb76b0fb1ed7721baf2382d96f2cbc3da | |
| parent | 458fc54034f09e26994928c7160e6925bf6f1496 (diff) | |
Add hol98 to elisp dirs.
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | Makefile.devel | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ ########################################################################### -ELISP_DIRS = generic lego coq isa isar plastic demoisa +ELISP_DIRS = generic lego coq isa isar plastic demoisa hol98 # FIXME: automate the emacs choice to be xemacs if it can be # found, otherwise emacs. EMACS = xemacs diff --git a/Makefile.devel b/Makefile.devel index 7a36616f..2da9c01d 100644 --- a/Makefile.devel +++ b/Makefile.devel @@ -151,7 +151,7 @@ FILES_NONCVS = ChangeLog TAGS DISTINSTALLDIR=/export/local/share/elisp # Copied from distributed Makefile -ELISP_DIRS=generic lego coq isa isar plastic demoisa +ELISP_DIRS=generic lego coq isa isar plastic demoisa hol98 SUBDIRS=$(ELISP_DIRS) etc doc html images PWD=$(shell pwd) |
