diff options
| author | letouzey | 2009-03-26 12:26:52 +0000 |
|---|---|---|
| committer | letouzey | 2009-03-26 12:26:52 +0000 |
| commit | 058c05ce14affba12eff11550016efaefc6a4747 (patch) | |
| tree | 7a403b3e397d8a4eb0a306ba5c346da4b199d64e /_tags | |
| parent | 989171425adc309fbe8021151c9fdd37b9a10d4e (diff) | |
ocamlbuild: coqide, coqchk, a bit of .vo
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12019 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to '_tags')
| -rw-r--r-- | _tags | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -8,6 +8,11 @@ <tools/coq_tex.{native,byte}> : use_str <tools/coq_makefile.{native,byte}> : use_str <tools/coqdoc/main.{native,byte}> : use_str +<checker/main.{native,byte}> : use_str, use_unix, use_gramlib + +## tags for ide + +<ide/**/*.{ml,mli}>: thread, ide ## tags for camlp4 files @@ -44,9 +49,12 @@ ## sub-directory inclusion +# Note: "checker" is deliberately not included + "config": include "parsing": include "ide": include +"ide/utils": include "interp": include "kernel": include "kernel/byterun": include @@ -63,4 +71,3 @@ "tools": include "tools/coqdoc": include "toplevel": include - |
