aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Healfdene Goguen <da+pg-hhg@inf.ed.ac.uk>1998-05-06 15:28:55 +0000
committerGravatar Healfdene Goguen <da+pg-hhg@inf.ed.ac.uk>1998-05-06 15:28:55 +0000
commit61f04320b01df3efd72f73adc9a3bafe311f3523 (patch)
treefdce62e5feba44343db0f91f1255cabcbbf8cdfd /INSTALL
parent3f95f37c64e21134aa909f7adaf3a8141fe12fd8 (diff)
Simpler procedure for compiling emacs lisp.
Added coq-info-dir so that script-management.info can be hard-coded.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 5 insertions, 11 deletions
diff --git a/INSTALL b/INSTALL
index 27d5ad75..8771d108 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,20 +1,14 @@
To install, put the .el files in an appropriate directory and compile
them using `byte-compile-file' in xemacs:
- M-x byte-compile-file proof-dependencies-xemacs.el
- M-x byte-compile-file proof-fontlock.el
- M-x byte-compile-file proof.el
- M-x byte-compile-file lego-fontlock.el
- M-x byte-compile-file coq-fontlock.el
- M-x byte-compile-file lego.el
- M-x byte-compile-file coq.el
- M-x byte-compile-file pbp.el
+ M-0 M-x byte-recompile-directory
If you want to use this mode for Coq, you need to make sure you have
an appropriate version, which is from later than 1 March 1998.
-Put the compiled emacs files and the file
-script-management.info in a suitable directory for local emacs files,
-as suggested by your system administrator.
+Put the compiled emacs files and the file script-management.info in a
+suitable directory for local emacs files, as suggested by your system
+administrator. Otherwise, alter the coq-info-dir in coq.el to a
+hard-coded path where you put the file script-management.info.
Install coqtags or legotags in a standard place.