aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/README
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2001-09-09 16:59:59 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2001-09-09 16:59:59 +0000
commit74a40f851575c4f54e5bfffde8ca8ff9efbc107e (patch)
treeed32689295e23a1dbf8d2a817dac3a759b696446 /coq/README
parent4ae205b8cd8dd8f0b5f8ac8308e63246733e70fd (diff)
Coq/lego confusion
Diffstat (limited to 'coq/README')
-rw-r--r--coq/README5
1 files changed, 2 insertions, 3 deletions
diff --git a/coq/README b/coq/README
index fee49f1a..f9626a25 100644
--- a/coq/README
+++ b/coq/README
@@ -28,10 +28,9 @@ they correspond to the paths for coqtop and the library on your system.
Install coqtags in a standard place or add <proof-home>/coq to your PATH.
NB: You may need to change the path to perl at the top of the file.
-If you are running Coq, generate a TAGS file for the library by running
+Generate a TAGS file for the library by running
coqtags `find . -name \*.v -print`
-in the root directory of the library, $COQTOP/theories. If you are
-running LEGO, do the same using legotags in the appropriate directory.
+in the root directory of the library, $COQTOP/theories.
========================================