aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfilliatr2003-06-13 12:23:09 +0000
committerfilliatr2003-06-13 12:23:09 +0000
commita2607747e6e6a521e43da29f6c14dc81b1c96978 (patch)
tree7ef18da183be944eaf44a3b6f578bab3b4cee349
parentf314c2a91775739f581ab8bacbeb58f57e2d4871 (diff)
install-fsets
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4151 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b1409a9b9..847a1eac98 100644
--- a/Makefile
+++ b/Makefile
@@ -683,6 +683,8 @@ zarith: $(ZARITHVO)
lists: $(LISTSVO)
sets: $(SETSVO)
fsets: $(FSETSVO)
+install-fsets: $(FSETSVO)
+ cp --parents $(FSETSVO) $(FULLCOQLIB)/theories/FSets
intmap: $(INTMAPVO)
relations: $(RELATIONSVO)
wellfounded: $(WELLFOUNDEDVO)