[Rcpp-commits] r2296 - pkg/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Oct 12 04:25:12 CEST 2010
Author: edd
Date: 2010-10-12 04:25:12 +0200 (Tue, 12 Oct 2010)
New Revision: 2296
Modified:
pkg/Rcpp/cleanup
Log:
also remove build/Rcpp.pdf
Modified: pkg/Rcpp/cleanup
===================================================================
--- pkg/Rcpp/cleanup 2010-10-12 02:23:59 UTC (rev 2295)
+++ pkg/Rcpp/cleanup 2010-10-12 02:25:12 UTC (rev 2296)
@@ -17,9 +17,11 @@
inst/examples/functionCallback/*.so \
inst/examples/functionCallback/*.o \
inst/discovery/cxx0x.Rout \
- src/Makedeps libRcpp.a
-rm -rf autom4te.cache
-rm -rf inst/lib/ inst/doc/man/ inst/doc/html/ inst/doc/latex/ \
+ src/Makedeps libRcpp.a \
+ build/Rcpp.pdf
+
+rm -rf autom4te.cache inst/lib/ inst/doc/man/ inst/doc/html/ inst/doc/latex/ \
inst/doc/auto inst/doc/Rcpp-*/auto/
+
find . -name \*~ -exec rm {} \;
find . -name \*.flc -exec rm {} \;
More information about the Rcpp-commits
mailing list