[Rcpp-commits] r635 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Feb 8 16:26:21 CET 2010


Author: edd
Date: 2010-02-08 16:26:21 +0100 (Mon, 08 Feb 2010)
New Revision: 635

Modified:
   pkg/cleanup
Log:
also remove doxygen created directories inst/doc/{html,latex,man}


Modified: pkg/cleanup
===================================================================
--- pkg/cleanup	2010-02-08 12:11:48 UTC (rev 634)
+++ pkg/cleanup	2010-02-08 15:26:21 UTC (rev 635)
@@ -13,6 +13,6 @@
         inst/discovery/cxx0x.Rout \
 	src/Makedeps libRcpp.a
 rm -rf	autom4te.cache
-rm -rf  inst/lib/
+rm -rf  inst/lib/ inst/doc/man/ inst/doc/html/ inst/doc/latex/
 find . -name \*~ -exec rm {} \;
 find . -name \*.flc -exec rm {} \;



More information about the Rcpp-commits mailing list