From ea3537acee72a521c8e7537da42445d603889809 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Sat, 17 May 2014 17:46:46 +0200 Subject: Fixing coqdep_boot warning relative to unknown ML files that were in tactics. --- tools/coqdep_boot.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/coqdep_boot.ml b/tools/coqdep_boot.ml index 588bf2dcf1..f42c8dc759 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 () -- cgit v1.2.3