aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-21 13:59:36 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-21 13:59:36 +0000
commit9e2ba1d42bfeff9aafc8384fb131330b725ce3be (patch)
tree5e4c6a613580cec0230ba83471686506352eaf1d /Makefile
parent6fe9381c21e6700791318920afd656a22c6a32b5 (diff)
Concentration des notations officielles dans Init/Notations; restructuration de Init
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4050 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06f41de2b..e4fb19ef6 100644
--- a/Makefile
+++ b/Makefile
@@ -513,7 +513,8 @@ states/barestate.coq: $(SYNTAXPP) $(BESTCOQTOP)
# theories/Init/LogicHints.vo theories/Init/SpecifHints.vo \
# theories/Init/Logic_TypeHints.vo \
-INITVO=theories/Init/Datatypes.vo theories/Init/DatatypesSyntax.vo \
+INITVO=theories/Init/Notations.vo \
+ theories/Init/Datatypes.vo theories/Init/DatatypesSyntax.vo \
theories/Init/Peano.vo theories/Init/PeanoSyntax.vo \
theories/Init/Logic.vo theories/Init/Specif.vo \
theories/Init/LogicSyntax.vo theories/Init/SpecifSyntax.vo \