[Rcpp-commits] r1378 - pkg/Rcpp/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon May 31 13:09:00 CEST 2010
Author: romain
Date: 2010-05-31 13:09:00 +0200 (Mon, 31 May 2010)
New Revision: 1378
Modified:
pkg/Rcpp/inst/doc/Makefile
Log:
no need to remove snippets as they are gone
Modified: pkg/Rcpp/inst/doc/Makefile
===================================================================
--- pkg/Rcpp/inst/doc/Makefile 2010-05-31 09:32:25 UTC (rev 1377)
+++ pkg/Rcpp/inst/doc/Makefile 2010-05-31 11:09:00 UTC (rev 1378)
@@ -4,8 +4,10 @@
clean:
touch Rcpp-unitTests.pdf
touch Rcpp-introduction.pdf
+ touch Rcpp-modules.pdf
rm Rcpp-introduction.pdf
rm Rcpp-unitTests.pdf
+ rm Rcpp-modules.pdf
touch index.html
rm index.html
@@ -37,7 +39,6 @@
bibtex Rcpp-modules
Rscript -e "tools::texi2dvi( 'Rcpp-modules.tex', pdf = TRUE, clean = TRUE )"
rm -fr Rcpp-modules.tex
- rm -fr snippets/*.tex
rm -fr Rcpp-modules.bbl
rm -fr Rcpp-modules.blg
rm -fr Rcpp-modules.aux
More information about the Rcpp-commits
mailing list