aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/coqdep_boot.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-05-17 17:46:46 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-05-17 17:46:46 +0200
commitea3537acee72a521c8e7537da42445d603889809 (patch)
treec5023bbb3d822fb8122b9fc316c83714a863a205 /tools/coqdep_boot.ml
parentc684d7621bbd0cb059aee0c47cd2de78ec518f30 (diff)
Fixing coqdep_boot warning relative to unknown ML files that were in tactics.
Diffstat (limited to 'tools/coqdep_boot.ml')
-rw-r--r--tools/coqdep_boot.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/coqdep_boot.ml b/tools/coqdep_boot.ml
index 588bf2dcf..f42c8dc75 100644
--- a/tools/coqdep_boot.ml
+++ b/tools/coqdep_boot.ml
@@ -38,6 +38,7 @@ let coqdep_boot () =
else begin
add_rec_dir add_known "theories" ["Coq"];
add_rec_dir add_known "plugins" ["Coq"];
+ add_dir add_known "tactics" [];
end;
if !option_c then mL_dependencies ();
coq_dependencies ()