aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.devel
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.devel b/Makefile.devel
index c41ec028..bc876df6 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -26,6 +26,8 @@
## make distinstall - install distribution build by 'make dist'
## into DISTINSTALLDIR.
##
+## make golive - publish previously built distribution
+##
## make links - add some links which help testing web pages
## from the html directory.
##
@@ -132,7 +134,7 @@ RELEASEDIR = /tmp/proofgeneral-www
# was: GOLIVE=true
# 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/
+GOLIVE=(rsync -e ssh -auv $(RELEASEDIR)/* ssh.inf.ed.ac.uk:/group/project/proofgeneral/web/releases/; rm -rf $(RELEASEDIR); cd $(HTMLDIR); make pub.$(DOWNLOADHTML); make pub.${DOWNLOADINFOHTML})
CVSNAME = ProofGeneral