[Rcpp-commits] r2565 - pkg/RcppGSL
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Nov 28 19:53:18 CET 2010
Author: edd
Date: 2010-11-28 19:53:18 +0100 (Sun, 28 Nov 2010)
New Revision: 2565
Modified:
pkg/RcppGSL/cleanup
Log:
clean bibtex files too
Modified: pkg/RcppGSL/cleanup
===================================================================
--- pkg/RcppGSL/cleanup 2010-11-28 18:50:13 UTC (rev 2564)
+++ pkg/RcppGSL/cleanup 2010-11-28 18:53:18 UTC (rev 2565)
@@ -1,7 +1,7 @@
#!/bin/sh
rm -f config.log config.status confdefs.h \
- src/*.o src/*.so \
- src/Makevars \
+ src/*.o src/*.so src/Makevars \
+ inst/doc/*.blg inst/doc/*.bbl \
*/*~ *~
-rm -rf autom4te.cache
+rm -rf autom4te.cache inst/doc/*/auto
More information about the Rcpp-commits
mailing list