[Rcpp-commits] r1264 - pkg/RcppArmadillo

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue May 18 03:32:31 CEST 2010


Author: edd
Date: 2010-05-18 03:32:31 +0200 (Tue, 18 May 2010)
New Revision: 1264

Modified:
   pkg/RcppArmadillo/cleanup
Log:
augmented cleanup to remove vignette temporary files


Modified: pkg/RcppArmadillo/cleanup
===================================================================
--- pkg/RcppArmadillo/cleanup	2010-05-18 01:27:00 UTC (rev 1263)
+++ pkg/RcppArmadillo/cleanup	2010-05-18 01:32:31 UTC (rev 1264)
@@ -2,5 +2,8 @@
 
 rm -f  config.log config.status confdefs.h \
        src/*.o src/*.so \
+       inst/doc/RcppArmadillo-unitTests.out \
+       inst/doc/RcppArmadillo-unitTests.aux \
+       inst/doc/RcppArmadillo-unitTests.log \
        */*~ *~
 rm -rf autom4te.cache



More information about the Rcpp-commits mailing list