diff options
| author | letouzey | 2010-07-15 09:25:56 +0000 |
|---|---|---|
| committer | letouzey | 2010-07-15 09:25:56 +0000 |
| commit | 389501486745e0cc3651e05e62d8ddd0d0e1780e (patch) | |
| tree | 29fcfc115dae0777f0d5b0935fa2a43d3d55861f /_tags | |
| parent | 2d82144225993d982b9a1982da60b87745f03ef4 (diff) | |
Ocamlbuild: adapt to last changes for camlp4 (use of tools/compat5*.cmo)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13280 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to '_tags')
| -rw-r--r-- | _tags | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -25,7 +25,6 @@ "toplevel/whelp.ml4": use_grammar "parsing/g_vernac.ml4": use_grammar -"parsing/g_decl_mode.ml4": use_grammar "tactics/extraargs.ml4": use_grammar "tactics/extratactics.ml4": use_grammar "tactics/class_tactics.ml4": use_grammar @@ -35,6 +34,23 @@ "tactics/hipattern.ml4": use_grammar, use_constr "tactics/rewrite.ml4": use_grammar +"parsing/g_constr.ml4": use_compat5 +"parsing/g_ltac.ml4": use_compat5 +"parsing/g_prim.ml4": use_compat5 +"parsing/g_proofs.ml4": use_compat5 +"parsing/g_tactic.ml4": use_compat5 +"parsing/g_vernac.ml4": use_compat5 +"parsing/g_xml.ml4": use_compat5 +"parsing/pcoq.ml4": use_compat5 +"plugins/decl_mode/g_decl_mode.ml4": use_compat5 +"plugins/funind/g_indfun.ml4": use_compat5 +"plugins/subtac/g_subtac.ml4": use_compat5 + +"parsing/argextend.ml4": use_compat5b +"parsing/q_constr.ml4": use_compat5b +"parsing/tacextend.ml4": use_compat5b +"parsing/vernacextend.ml4": use_compat5b + <plugins/**/*.ml4>: use_grammar ## sub-directory inclusion |
