aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2003-05-07 12:45:17 +0000
committerherbelin2003-05-07 12:45:17 +0000
commitf3b55488ec289e06c6926396a4049f53a422ae0c (patch)
treeee9d1e74599014f61fc56118c9be4dbee09d30ec
parentbb95ebda330d59474bd0793a8d4e0f51face118f (diff)
entréé translation2
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3990 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9eea3f1899..412de905f0 100644
--- a/Makefile
+++ b/Makefile
@@ -1266,6 +1266,10 @@ translation::
@$(MAKE) COQ_XML=-ftranslate world
@$(MAKE) movenew
+translation2::
+ @$(MAKE) COQ_XML=-ftranslate2 world
+ @$(MAKE) movenew
+
movenew::
-mv *.v8 theories/Init/
for i in theories/*/*.v8 contrib/*/*.v8; do \