aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorfilliatr2003-09-25 14:44:59 +0000
committerfilliatr2003-09-25 14:44:59 +0000
commitdac8909686ba0c79e5fa35c9b04122b6f5f81e02 (patch)
tree093b44b54334cfc06a079957db063ad824797d5a /doc/Makefile
parent2749f4b0fdf26cd298af4217d884246803f899e4 (diff)
passage V8
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8339 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile10
1 files changed, 10 insertions, 0 deletions
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