[Rcpp-commits] r2605 - pkg/RcppArmadillo/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Nov 29 23:56:44 CET 2010
Author: edd
Date: 2010-11-29 23:56:44 +0100 (Mon, 29 Nov 2010)
New Revision: 2605
Modified:
pkg/RcppArmadillo/inst/doc/Makefile
Log:
minor tweak that should have gotten committed earlier
Modified: pkg/RcppArmadillo/inst/doc/Makefile
===================================================================
--- pkg/RcppArmadillo/inst/doc/Makefile 2010-11-29 22:27:00 UTC (rev 2604)
+++ pkg/RcppArmadillo/inst/doc/Makefile 2010-11-29 22:56:44 UTC (rev 2605)
@@ -2,9 +2,8 @@
all: clean RcppArmadillo-unitTests.pdf
clean:
- touch RcppArmadillo-unitTests.pdf
- rm RcppArmadillo-unitTests.pdf
-
+ rm -f RcppArmadillo-unitTests.pdf
+
RcppArmadillo-unitTests.pdf:
rm -fr unitTests-results/*
Rscript unitTests/RcppArmadillo-unitTests.R
More information about the Rcpp-commits
mailing list