aboutsummaryrefslogtreecommitdiffhomepage
path: root/_tags
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-06-03 17:13:37 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-06-03 17:13:37 +0000
commite6ed79dd304aae79277efa65e9398d7f27f69953 (patch)
tree38c88f01d1469f03508ef428dc2d7baaf8bbf103 /_tags
parent9af3e71899558b5e0ee10ccd9e597bee9a9821d2 (diff)
Misc fixes related to new nsatz (and ocamlbuild)
- Kill a warning in ideal.ml corresponding to really brain-dead code. - Restore extraction/vo.otarget in pluginsvo.itarget - In fact, plugins/_tags can be merged into _tags with nice ** patterns - Update .gitignore git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13062 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to '_tags')
-rw-r--r--_tags4
1 files changed, 4 insertions, 0 deletions
diff --git a/_tags b/_tags
index 3d9267a98..9b092ebb0 100644
--- a/_tags
+++ b/_tags
@@ -35,6 +35,8 @@
"tactics/hipattern.ml4": use_grammar, use_constr
"tactics/rewrite.ml4": use_grammar
+<plugins/**/*.ml4>: use_grammar
+
## sub-directory inclusion
# Note: "checker" is deliberately not included
@@ -59,3 +61,5 @@
"tools": include
"tools/coqdoc": include
"toplevel": include
+
+<plugins/**>: include \ No newline at end of file