From 929d25a05585dd702739b6979e3822bfa6cdbadb Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 29 May 2012 11:09:32 +0000 Subject: 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 --- dev/base_include | 3 ++- dev/ocamldebug-coq.template | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'dev') diff --git a/dev/base_include b/dev/base_include index 1e692defb9..66d91f92e1 100644 --- a/dev/base_include +++ b/dev/base_include @@ -12,7 +12,8 @@ #directory "lib";; #directory "proofs";; #directory "tactics";; -#directory "translate";; +#directory "printing";; +#directory "grammar";; #directory "intf";; #directory "+camlp4";; (* lazy solution: add both of camlp4/5 so that *) diff --git a/dev/ocamldebug-coq.template b/dev/ocamldebug-coq.template index 5358673ffe..1a55b804ea 100644 --- a/dev/ocamldebug-coq.template +++ b/dev/ocamldebug-coq.template @@ -12,7 +12,7 @@ OCAMLDEBUG=$CAMLBIN/ocamldebug exec $OCAMLDEBUG \ -I $CAMLP4LIB \ -I $COQTOP \ - -I $COQTOP/config \ + -I $COQTOP/config -I $COQTOP/printing -I $COQTOP/grammar \ -I $COQTOP/lib -I $COQTOP/intf -I $COQTOP/kernel \ -I $COQTOP/library -I $COQTOP/pretyping -I $COQTOP/parsing \ -I $COQTOP/interp -I $COQTOP/proofs -I $COQTOP/tactics \ -- cgit v1.2.3