aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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