[Rcpp-commits] r1316 - pkg/RcppGSL/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue May 25 13:19:51 CEST 2010
Author: romain
Date: 2010-05-25 13:19:50 +0200 (Tue, 25 May 2010)
New Revision: 1316
Removed:
pkg/RcppGSL/inst/doc/Makefile
Log:
no need for a makefile
Deleted: pkg/RcppGSL/inst/doc/Makefile
===================================================================
--- pkg/RcppGSL/inst/doc/Makefile 2010-05-25 11:09:29 UTC (rev 1315)
+++ pkg/RcppGSL/inst/doc/Makefile 2010-05-25 11:19:50 UTC (rev 1316)
@@ -1,12 +0,0 @@
-
-all: clean index.html RcppGSL.pdf
-
-clean:
- touch RcppGSL.pdf
- rm RcppGSL.pdf
-
-RcppGSL.pdf:
- R CMD Sweave RcppGSL.Rnw
- Rscript -e "tools::texi2dvi( 'RcppGSL.tex', pdf = TRUE, clean = TRUE )"
- rm -fr RcppGSL.tex
-
More information about the Rcpp-commits
mailing list