From dac8909686ba0c79e5fa35c9b04122b6f5f81e02 Mon Sep 17 00:00:00 2001 From: filliatr Date: Thu, 25 Sep 2003 14:44:59 +0000 Subject: passage V8 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8339 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 8a0553419b..ae057235ab 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -346,3 +346,13 @@ doc-www-install: (cd $(WWWDOCDIR); rm -f node*.html main*.html toc.html \ tutorial.html changes.html cover.html) cp www/* $(WWWDOCDIR) + +# traducteur V7 -> V8 +tradv8: tradv8.ml4 + ocamlopt.opt -o $@ str.cmxa unix.cmxa -pp "camlp4o -impl" -impl $^ + +v8: tradv8 + for f in `grep -l coq_exa *tex`; do \ + echo $$f; \ + ./tradv8 $$f; mv $$f $$f.save; mv $$f.v8 $$f; \ + done -- cgit v1.2.3