[Rcpp-commits] r4431 - pkg/RcppArmadillo/vignettes

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 13 04:37:09 CEST 2013


Author: edd
Date: 2013-08-13 04:37:09 +0200 (Tue, 13 Aug 2013)
New Revision: 4431

Removed:
   pkg/RcppArmadillo/vignettes/unitTests/
Modified:
   pkg/RcppArmadillo/vignettes/Makefile
Log:
removing unitTests/, code now in Rnw; updated Makefile

Modified: pkg/RcppArmadillo/vignettes/Makefile
===================================================================
--- pkg/RcppArmadillo/vignettes/Makefile	2013-08-13 02:01:35 UTC (rev 4430)
+++ pkg/RcppArmadillo/vignettes/Makefile	2013-08-13 02:37:09 UTC (rev 4431)
@@ -11,12 +11,14 @@
 RPROG=	$(R_HOME)/bin/R
 RSCRIPT=$(R_HOME)/bin/Rscript
 
-RcppArmadillo-intro.pdf: 
+RcppArmadillo-intro.tex: RcppArmadillo-intro.Rnw
 	${RPROG} CMD Sweave RcppArmadillo-intro.Rnw
+
+RcppArmadillo-intro.pdf: RcppArmadillo-intro.tex
 	pdflatex -shell-escape RcppArmadillo-intro
 	bibtex RcppArmadillo-intro
 	pdflatex -shell-escape RcppArmadillo-intro
 	pdflatex -shell-escape RcppArmadillo-intro
-	rm RcppArmadillo-intro.aux RcppArmadillo-intro.log \
+	rm RcppArmadillo-intro.aux RcppArmadillo-intro.log RcppArmadillo-intro.out \
 		RcppArmadillo-intro.bbl RcppArmadillo-intro.blg \
 		RcppArmadillo-intro.tex RcppArmadillo-intro.spl



More information about the Rcpp-commits mailing list