[Rcpp-commits] r4545 - scripts

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Sep 28 17:56:33 CEST 2013


Author: edd
Date: 2013-09-28 17:56:33 +0200 (Sat, 28 Sep 2013)
New Revision: 4545

Modified:
   scripts/runDoxygenAndZip.sh
Log:
also updated to inst/doc -> vignettes/ move


Modified: scripts/runDoxygenAndZip.sh
===================================================================
--- scripts/runDoxygenAndZip.sh	2013-09-28 15:33:31 UTC (rev 4544)
+++ scripts/runDoxygenAndZip.sh	2013-09-28 15:56:33 UTC (rev 4545)
@@ -45,8 +45,13 @@
     cd ${cwd}
 
     if [ -d ~/www/code/rcpp/ ]; then
-	cp -vax Rcpp/inst/doc/Rcpp-*.pdf ~/www/code/rcpp
+        cd ~/www/code/rcpp/
+        tarball=`ls -1tr Rcpp_*.tar.gz|tail -1`
+    	#cp -vax Rcpp/inst/doc/Rcpp-*.pdf ~/www/code/rcpp
+        tar xvzf ${tarball} "Rcpp/inst/doc/"
+        mv -v Rcpp/inst/doc/*.pdf .
+        rm -rf Rcpp/
     fi
     cd ${cwd}
 
-fi
\ No newline at end of file
+fi



More information about the Rcpp-commits mailing list