aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-04-28 17:16:29 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-04-28 17:16:29 +0000
commit0b5da4a3956064854fd826606a1a80932edef63a (patch)
tree44f05d97bc934e71f3ba677a2045774f53ebde47 /config
parent6b0b6d841363d4a1b195b0a9283d596736bf8bbf (diff)
coqtop -config returns coq returns coq environments at exection time
It looks like a variables definition part of a Makefile. Names are from coq makefiles. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14080 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'config')
-rw-r--r--config/coq_config.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coq_config.mli b/config/coq_config.mli
index e7dd2f1e8..950b0092f 100644
--- a/config/coq_config.mli
+++ b/config/coq_config.mli
@@ -10,6 +10,7 @@ val local : bool (* local use (no installation) *)
val coqlib : string (* where the std library is installed *)
val coqsrc : string (* where are the sources *)
+val docdir : string (* where the doc is installed *)
val ocaml : string (* names of ocaml binaries *)
val ocamlc : string