aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ml
diff options
context:
space:
mode:
authorGravatar Vincent Laporte <Vincent.Laporte@gmail.com>2018-06-18 16:53:54 +0000
committerGravatar Vincent Laporte <Vincent.Laporte@gmail.com>2018-06-25 16:15:07 +0000
commit6c4062ca13e6fb9e7d2dc93c70b545ccb22575de (patch)
treeca7fff282c7f567488b322a897a379213963b2ff /configure.ml
parent24279abf43cfbd65e2fc29f171eb8705fdf61a3e (diff)
Archive the `gallina` tool
Diffstat (limited to 'configure.ml')
-rw-r--r--configure.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ml b/configure.ml
index b5d5a2419..5a5c34ec8 100644
--- a/configure.ml
+++ b/configure.ml
@@ -18,7 +18,7 @@ let vo_magic = 8891
let state_magic = 58891
let distributed_exec =
["coqtop.opt"; "coqidetop.opt"; "coqqueryworker.opt"; "coqproofworker.opt"; "coqtacticworker.opt";
- "coqc";"coqchk";"coqdoc";"coqworkmgr";"coq_makefile";"coq-tex";"gallina";"coqwc";"csdpcert";"coqdep"]
+ "coqc";"coqchk";"coqdoc";"coqworkmgr";"coq_makefile";"coq-tex";"coqwc";"csdpcert";"coqdep"]
let verbose = ref false (* for debugging this script *)