aboutsummaryrefslogtreecommitdiffhomepage
path: root/distrib/Makefile
diff options
context:
space:
mode:
authorGravatar narboux <narboux@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-07-25 09:50:21 +0000
committerGravatar narboux <narboux@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-07-25 09:50:21 +0000
commitabf8b28ef39454d7c1bc6889a06d21fc4c6fb6f2 (patch)
tree8cf59041e5f5b7e0230e13d4d552def1e67bfefd /distrib/Makefile
parent6c31d5aac409ef476a86047b019e290c8e4248c5 (diff)
rename INSTALL.win INSTALL.txt to ease opening
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7259 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'distrib/Makefile')
-rw-r--r--distrib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index 6196847d0..3eba7d629 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -277,7 +277,7 @@ $(COQWINZIP): $(TARGZ)
./configure -bindir /coq/bin -libdir /coq/lib -mandir /coq/man -emacslib /coq/emacs -reals all -coqide no;\
$(MAKECOQ) coq;\
$(MAKECOQ) -e COQINSTALLPREFIX=$(WININSTALL) BASETEXDIR=$(WININSTALL) install-coq) > win.log
- mv $(WINBUILDROOT)/$(COQPACKAGE)/INSTALL.win $(WININSTALL)
+ mv $(WINBUILDROOT)/$(COQPACKAGE)/INSTALL.win $(WININSTALL)/INSTALL.txt
cd $(WININSTALL); zip -A -r $(DISTRIBDIR)/$(COQWINZIP) *
clean::