[Rcpp-commits] r2259 - in pkg/Rcpp: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Sep 30 13:12:12 CEST 2010
Author: romain
Date: 2010-09-30 13:12:12 +0200 (Thu, 30 Sep 2010)
New Revision: 2259
Modified:
pkg/Rcpp/cleanup
pkg/Rcpp/inst/ChangeLog
Log:
install fake vignettes as part of cleanup
Modified: pkg/Rcpp/cleanup
===================================================================
--- pkg/Rcpp/cleanup 2010-09-30 10:50:47 UTC (rev 2258)
+++ pkg/Rcpp/cleanup 2010-09-30 11:12:12 UTC (rev 2259)
@@ -1,4 +1,8 @@
+cd inst/doc
+make clean
+cd ../..
+
rm -f confdefs.h config.log config.status \
src/*.o src/*.so src/*.a src/*.d src/*.dll src/*.rc \
RcppSrc/*.o RcppSrc/*.a inst/Rcpp-version.txt \
Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog 2010-09-30 10:50:47 UTC (rev 2258)
+++ pkg/Rcpp/inst/ChangeLog 2010-09-30 11:12:12 UTC (rev 2259)
@@ -7,6 +7,9 @@
NumericVector x0 = x.row(0) ;
* inst/include/Rcpp/vector/MatrixColumn.h: idem for columns
+
+ * cleanup: run make clean in the inst/doc directory to install
+ the fake vignettes
2010-09-27 Romain Francois <romain at r-enthusiasts.com>
More information about the Rcpp-commits
mailing list