diff options
| author | filliatr | 2003-06-13 12:23:09 +0000 |
|---|---|---|
| committer | filliatr | 2003-06-13 12:23:09 +0000 |
| commit | a2607747e6e6a521e43da29f6c14dc81b1c96978 (patch) | |
| tree | 7ef18da183be944eaf44a3b6f578bab3b4cee349 | |
| parent | f314c2a91775739f581ab8bacbeb58f57e2d4871 (diff) | |
install-fsets
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4151 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
