aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.devel
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-02-08 12:59:31 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-02-08 12:59:31 +0000
commit35b2d93e21e879bd2a78d89639718e2c94b3c61d (patch)
treeca982392e39505ea0204d6369c4d84c5f7c89621 /Makefile.devel
parentb352bf218384a995f959995c4e56a7ec81037ab5 (diff)
Tweak RELEASEDIR, GOLIVE
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.devel b/Makefile.devel
index 08ec626f..16ef074f 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -126,11 +126,13 @@ CVS_RELEASENAME = Release-$(CVS_VERSION)
# Where to release (i.e. copy) a new distribution to.
# This may be the final directory (local) or temporary directory.
# was: RELEASEDIR = /home/proofgen/www
-RELEASEDIR = /tmp/proofgeneral-www/
+RELEASEDIR = /tmp/proofgeneral-www
# How to make the release "live". (Could be "true" to do nothing).
# was: GOLIVE=true
-GOLIVE=scp -pr $(RELEASEDIR) ssh.inf.ed.ac.uk:/group/project/proofgeneral/web/releases/
+# GOLIVE=scp -pr $(RELEASEDIR)/* ssh.inf.ed.ac.uk:/group/project/proofgeneral/web/releases/
+# use rsync instead of scp: it copies links
+GOLIVE=rsync -e ssh -auv $(RELEASEDIR)/* ssh.inf.ed.ac.uk:/group/project/proofgeneral/web/releases/
CVSNAME = ProofGeneral