aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/coq_makefile.ml
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-29 11:09:32 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-29 11:09:32 +0000
commit929d25a05585dd702739b6979e3822bfa6cdbadb (patch)
tree54bca1fb70021de0fe7eb0478150069a5c04b708 /tools/coq_makefile.ml
parentccac2bd2f351088a5cd5966dba331817f51ac19e (diff)
place all pretty-printing files in new dir printing/
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15391 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools/coq_makefile.ml')
-rw-r--r--tools/coq_makefile.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml
index 5105ac6c9..f38eed4c7 100644
--- a/tools/coq_makefile.ml
+++ b/tools/coq_makefile.ml
@@ -365,8 +365,9 @@ let variables is_install opt (args,defs) =
print "COQSRCLIBS?=-I $(COQLIB)kernel -I $(COQLIB)lib \\
-I $(COQLIB)library -I $(COQLIB)parsing \\
-I $(COQLIB)pretyping -I $(COQLIB)interp \\
+ -I $(COQLIB)printing -I $(COQLIB)intf \\
-I $(COQLIB)proofs -I $(COQLIB)tactics \\
- -I $(COQLIB)toplevel";
+ -I $(COQLIB)toplevel -I $(COQLIB)grammar";
List.iter (fun c -> print " \\
-I $(COQLIB)plugins/"; print c) Coq_config.plugins_dirs; print "\n";
print "ZFLAGS=$(OCAMLLIBS) $(COQSRCLIBS) -I $(CAMLP4LIB)\n\n";