From 35b2d93e21e879bd2a78d89639718e2c94b3c61d Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 8 Feb 2004 12:59:31 +0000 Subject: Tweak RELEASEDIR, GOLIVE --- Makefile.devel | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.devel') 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 -- cgit v1.2.3