[Rcpp-commits] r853 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Mar 7 15:31:02 CET 2010


Author: edd
Date: 2010-03-07 15:31:02 +0100 (Sun, 07 Mar 2010)
New Revision: 853

Modified:
   pkg/Rcpp/cleanup
Log:
inst/doc/auto/ is a directory so needs -rf too

Modified: pkg/Rcpp/cleanup
===================================================================
--- pkg/Rcpp/cleanup	2010-03-07 13:46:40 UTC (rev 852)
+++ pkg/Rcpp/cleanup	2010-03-07 14:31:02 UTC (rev 853)
@@ -7,12 +7,11 @@
 	inst/doc/*.out \
 	inst/doc/*.Rd inst/doc/*.aux inst/doc/*.log inst/doc/*.tex \
 	inst/doc/latex/*.aux inst/doc/latex/*.log \
-	inst/doc/auto \
 	inst/examples/ConvolveBenchmarks/*.o  \
         inst/examples/ConvolveBenchmarks/*.so \
         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/
+rm -rf  inst/lib/ inst/doc/man/ inst/doc/html/ inst/doc/latex/ inst/doc/auto
 find . -name \*~ -exec rm {} \;
 find . -name \*.flc -exec rm {} \;



More information about the Rcpp-commits mailing list