[Rcpp-commits] r2303 - pkg/Rcpp/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Oct 16 13:48:33 CEST 2010
Author: edd
Date: 2010-10-16 13:48:32 +0200 (Sat, 16 Oct 2010)
New Revision: 2303
Modified:
pkg/Rcpp/inst/doc/Makefile
Log:
do not remove pdf files in clean step
Modified: pkg/Rcpp/inst/doc/Makefile
===================================================================
--- pkg/Rcpp/inst/doc/Makefile 2010-10-16 01:50:54 UTC (rev 2302)
+++ pkg/Rcpp/inst/doc/Makefile 2010-10-16 11:48:32 UTC (rev 2303)
@@ -11,8 +11,6 @@
all: clean index.html Rcpp-unitTests.pdf Rcpp-introduction.pdf Rcpp-modules.pdf Rcpp-package.pdf Rcpp-FAQ.pdf Rcpp-extending.pdf Rcpp-sugar.pdf Rcpp-quickref.pdf
clean:
- rm -f Rcpp-introduction.pdf Rcpp-quickref.pdf Rcpp-sugar.pdf \
- Rcpp-unitTests.pdf Rcpp-modules.pdf Rcpp-FAQ.pdf Rcpp-extending.pdf
rm -f index.html
rm -f *.tex *.bbl *.blg *.aux *.out *.log
cp -f Rcpp-extending/Rcpp-extending-fake.Rnw Rcpp-extending.Rnw
More information about the Rcpp-commits
mailing list