aboutsummaryrefslogtreecommitdiff
path: root/configure.ml
diff options
context:
space:
mode:
authorPierre Boutillier2014-09-02 17:14:34 +0200
committerPierre Boutillier2014-09-02 17:14:46 +0200
commitc8528ba19efdbdf9b13d35bced7ea35048d76378 (patch)
tree6785cf51a2f3334353979548b6c446ddf74f314a /configure.ml
parentac60d974cc028cef60eb3593d1778977c1636629 (diff)
Fixup introduction of coqworkmgr
Diffstat (limited to 'configure.ml')
-rw-r--r--configure.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ml b/configure.ml
index a586e6a49f..ae8c8c3285 100644
--- a/configure.ml
+++ b/configure.ml
@@ -16,8 +16,8 @@ let coq_macos_version = "8.4.99" (** "[...] should be a string comprised of
three non-negative, period-separed integers [...]" *)
let vo_magic = 8511
let state_magic = 58511
-let distributed_exec = ["coqtop";"coqc";"coqchk";"coqdoc";"coqmktop";"coqdoc";
-"coq_makefile";"coq-tex";"gallina";"coqwc";"csdpcert"]
+let distributed_exec = ["coqtop";"coqc";"coqchk";"coqdoc";"coqmktop";"coqworkmgr";
+"coqdoc";"coq_makefile";"coq-tex";"gallina";"coqwc";"csdpcert"]
let verbose = ref false (* for debugging this script *)