aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2011-09-23 10:48:23 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2011-09-23 10:48:23 +0000
commitdc4185637006fee5f796206b868f0c5fdd3417ba (patch)
tree14477b12bde04dbadb2627ef78ee164ed1b093ea /doc
parent527c718ff6334b15d8ba0a87a8ed920cb37918c7 (diff)
fix coqdep warning treated as error (library occurring at
multiple places in load-path)
Diffstat (limited to 'doc')
-rw-r--r--doc/ProofGeneral.texi17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi
index aeab029a..c16c45d2 100644
--- a/doc/ProofGeneral.texi
+++ b/doc/ProofGeneral.texi
@@ -4379,6 +4379,23 @@ locked when the "Require" command is processed.
@end defvar
+The following option controls which warnings of @code{coqdep}
+are treated as errors.
+
+@c TEXI DOCSTRING MAGIC: coq-coqdep-error-regexp
+@defvar coq-coqdep-error-regexp
+Regexp to match errors in the output of coqdep.@*
+coqdep indicates errors not via a non-zero exit status, but only
+via printing warnings. This regular expression is used for
+recognizing error conditions in the output of coqdep. Its
+default value matches the warning that some required library
+cannot be found on the load path and ignores the warning for
+finding a library at multiple places in the load path. If you
+want to turn the latter condition into an error, then set this
+variable to "^\*\*\* Warning".
+@end defvar
+
+
The following two options do only influence the behaviour if
Proof General does dependency checking and compilation itself.
These options determine whether Proof General should descend into