[Rcpp-commits] r2997 - pkg/Rcpp/inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Apr 12 05:03:58 CEST 2011


Author: edd
Date: 2011-04-12 05:03:58 +0200 (Tue, 12 Apr 2011)
New Revision: 2997

Modified:
   pkg/Rcpp/inst/doc/Makefile
Log:
better cleanup after makeing Rcpp-introduction.pdf


Modified: pkg/Rcpp/inst/doc/Makefile
===================================================================
--- pkg/Rcpp/inst/doc/Makefile	2011-04-12 02:51:27 UTC (rev 2996)
+++ pkg/Rcpp/inst/doc/Makefile	2011-04-12 03:03:58 UTC (rev 2997)
@@ -57,7 +57,7 @@
 else
 	$(RSCRIPT) -e "tools::texi2dvi( 'Rcpp-introduction.tex', pdf = TRUE, clean = TRUE )"
 endif
-	rm -fr Rcpp-introduction.tex
+	rm -fr Rcpp-introduction.tex Rcpp-introduction.bbl Rcpp-introduction.blg Rcpp-introduction.aux Rcpp-introduction.out Rcpp-introduction.log
 
 Rcpp-modules.pdf: Rcpp-modules/Rcpp-modules.Rnw
 	cp -f Rcpp-modules/Rcpp-modules.Rnw .



More information about the Rcpp-commits mailing list