diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-05-21 13:59:36 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-05-21 13:59:36 +0000 |
commit | 9e2ba1d42bfeff9aafc8384fb131330b725ce3be (patch) | |
tree | 5e4c6a613580cec0230ba83471686506352eaf1d /Makefile | |
parent | 6fe9381c21e6700791318920afd656a22c6a32b5 (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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |