[Rcpp-commits] r1166 - scripts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed May 5 03:10:08 CEST 2010
Author: edd
Date: 2010-05-05 03:10:08 +0200 (Wed, 05 May 2010)
New Revision: 1166
Modified:
scripts/runDoxygenAndZip.sh
Log:
updated for inst/include/ location of header files
Modified: scripts/runDoxygenAndZip.sh
===================================================================
--- scripts/runDoxygenAndZip.sh 2010-05-04 15:31:53 UTC (rev 1165)
+++ scripts/runDoxygenAndZip.sh 2010-05-05 01:10:08 UTC (rev 1166)
@@ -18,12 +18,12 @@
rm -rf html/ latex/ man/
cd ${cwd}
cd Rcpp
- cd src && ln -s ../inst/examples . && cd -
+ 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
+ rm src/examples src/include
cd ${cwd}
pwd
More information about the Rcpp-commits
mailing list