[Rcpp-commits] r1239 - scripts

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri May 14 03:55:20 CEST 2010


Author: edd
Date: 2010-05-14 03:55:20 +0200 (Fri, 14 May 2010)
New Revision: 1239

Modified:
   scripts/runDoxygenAndZip.sh
Log:
copy to webserver if we see that machine


Modified: scripts/runDoxygenAndZip.sh
===================================================================
--- scripts/runDoxygenAndZip.sh	2010-05-14 01:54:51 UTC (rev 1238)
+++ scripts/runDoxygenAndZip.sh	2010-05-14 01:55:20 UTC (rev 1239)
@@ -50,4 +50,11 @@
     fi
     cd ${cwd}
 
+    if [ -d ~/www/code/rcpp/ ]; then
+	cd ~/www/code/rcpp/
+	if [ -d /net/ron/home/edd/www/code/rcpp ]; then
+	    rsync -navu --delete . /net/ron/home/edd/www/code/rcpp
+	fi
+    fi
+
 fi
\ No newline at end of file



More information about the Rcpp-commits mailing list