[Rcpp-commits] r1493 - scripts

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jun 8 19:17:17 CEST 2010


Author: edd
Date: 2010-06-08 19:17:17 +0200 (Tue, 08 Jun 2010)
New Revision: 1493

Modified:
   scripts/runDoxygenAndZip.sh
Log:
small improvement as we no longer need the temp. soft links


Modified: scripts/runDoxygenAndZip.sh
===================================================================
--- scripts/runDoxygenAndZip.sh	2010-06-08 17:14:22 UTC (rev 1492)
+++ scripts/runDoxygenAndZip.sh	2010-06-08 17:17:17 UTC (rev 1493)
@@ -18,12 +18,10 @@
     rm -rf html/ latex/ man/
     cd ${cwd}
     cd Rcpp
-    cd src && ln -s ../inst/examples . && ln -s ../inst/include . && cd -
 
     ## see FAQ 17 for doxygen
     ( cat doxyfile ; echo PROJECT_NAME="\"Rcpp Version ${version}\"" ) | doxygen -
 
-    rm src/examples src/include
     cd ${cwd}
     pwd
 



More information about the Rcpp-commits mailing list