aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-11-04 01:09:31 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-11-04 01:09:31 +0000
commitdbce157e12d497d0111e7aafd1e2888275c28041 (patch)
tree8c0171675fde52b1d418bd260b88d867bb0ac6e8 /Makefile
parent18891a3cbbec467d5872cab4329fa7f6cdb9fe80 (diff)
ajout d'une entrée au makefile pour faire toutes les theories sauf les reals
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3205 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b8bfe216..104c9268a 100644
--- a/Makefile
+++ b/Makefile
@@ -567,6 +567,8 @@ wellfounded: $(WELLFOUNDEDVO)
reals: $(REALSVO)
sorting: $(SORTINGVO)
+noreal: logic arith bool zarith lists sets intmap relations wellfounded sorting
+
# globalizations (for coqdoc)
glob.dump::