diff options
| author | Maxime Dénès | 2017-02-21 09:30:57 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-02-21 09:30:57 +0100 |
| commit | e91286465973b6ba40d6646c630df8faa73eb8f1 (patch) | |
| tree | 58a00bf676dfef64452b5ed25c1587997387e237 /tools | |
| parent | 2b4f249ed0a28cde876f18aacf19f646d8af8fae (diff) | |
| parent | b09751b9a1b48541acc9a2daaff9ebc453fc3bf7 (diff) | |
Merge PR#309: Ltac as a plugin
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coq_makefile.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml index 624b9ced7d..4842a89151 100644 --- a/tools/coq_makefile.ml +++ b/tools/coq_makefile.ml @@ -50,9 +50,9 @@ let section s = let lib_dirs = ["kernel"; "lib"; "library"; "parsing"; "pretyping"; "interp"; "printing"; "intf"; - "proofs"; "tactics"; "tools"; "ltacprof"; + "proofs"; "tactics"; "tools"; "vernac"; "stm"; "toplevel"; "grammar"; "config"; - "ltac"; "engine"] + "engine"] let usage () = |
