aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--coq/README5
-rw-r--r--lego/README5
2 files changed, 7 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.
========================================
diff --git a/lego/README b/lego/README
index 0ecc9910..273c3e90 100644
--- a/lego/README
+++ b/lego/README
@@ -25,6 +25,11 @@ Install legotags in a standard place or add <proofgeneral-home>/lego
to your PATH.
NB: You may need to change the path to perl at the top of the file.
+Generate a TAGS file for the Lego library by running
+ legotags `find . -name \*.l -print`
+in the root directory of the library.
+
+
========================================