aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-03-14 11:29:36 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-03-14 11:29:36 +0000
commitbca32c24a669d29f5bdc3519fa41cfa387e97e48 (patch)
treec862dee7691e3b5a32d52b09be5a252f3de62ae4 /man
parentba7bd9ea1a78f8ac9edf931033b98f3a5f8485e3 (diff)
Coqdep: remove references to obsolete .zi and Require Implementation stuff
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11975 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'man')
-rw-r--r--man/coqdep.15
1 files changed, 1 insertions, 4 deletions
diff --git a/man/coqdep.1 b/man/coqdep.1
index e2cbb40e0..e9e0dd3e3 100644
--- a/man/coqdep.1
+++ b/man/coqdep.1
@@ -39,7 +39,7 @@ When a directory is given as argument, it is recursively looked at.
Dependencies of Coq modules are computed by looking at
.IR Require \&
-commands (Require, Require Export, Require Import, Require Implementation),
+commands (Require, Require Export, Require Import),
.IR Declare \&
.IR ML \&
.IR Module \&
@@ -69,9 +69,6 @@ is incorrect. (For instance, you wrote `Declare ML Module "A".',
but the module A contains #open "B"). The correct command is printed
(see option \-D). The warning is printed on standard error.
.TP
-.BI \-i
-Prints also the dependencies for .vi files (Coq specification modules).
-.TP
.BI \-D
This commands looks for every command
.IR Declare \&