diff options
| author | herbelin | 2001-09-27 15:18:39 +0000 |
|---|---|---|
| committer | herbelin | 2001-09-27 15:18:39 +0000 |
| commit | d25b363898cdc13a97f1f27c518b08b839ba98b7 (patch) | |
| tree | 732c127c5120342d75636342a02eb01bb2971db0 | |
| parent | 8972b118c89d7840c13ead05d5e826667f66dc2a (diff) | |
Ajout INSTALL.win
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2083 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | distrib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 36ac77f42d..2f6d7ee27b 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -124,7 +124,7 @@ arch-tar-gz: ${COQPACKAGE}.tar.gz gunzip -c $(DISTRIBDIR)/${COQPACKAGE}.tar.gz | tar xf -;\ cd ${COQPACKAGE};\ ./configure -bindir /usr/local/bin -libdir /usr/local/lib/coq -mandir /usr/local/man -emacs emacs -emacslib /usr/local/lib/emacs/site-lisp -opt;\ - make world tools;\ + make world;\ rm -rf ${ARCHBUILDROOT}/buildroot/* || true;\ make -e COQINSTALLPREFIX=${ARCHBUILDROOT}/buildroot/ install) $(MAKE) arch-tar-gz-final @@ -142,6 +142,7 @@ win: ${COQPACKAGE}.tar.gz rm -rf ${ARCHBUILDROOT}/buildroot/* || true;\ make -e COQINSTALLPREFIX=${ARCHBUILDROOT}/buildroot/ install;\ cd ${ARCHBUILDROOT}/buildroot;\ + mv ../$(COQPACKAGE)/INSTALL.win .;\ zip -A -r $(COQPACKAGE)-win.zip *;\ mv $(COQPACKAGE)-Win.zip ../..) |
