[Rcpp-commits] r1466 - pkg/Rcpp/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jun 7 14:46:30 CEST 2010
Author: romain
Date: 2010-06-07 14:46:30 +0200 (Mon, 07 Jun 2010)
New Revision: 1466
Removed:
pkg/Rcpp/inst/doc/Rcpp-extending.Rnw
Modified:
pkg/Rcpp/inst/doc/Makefile
Log:
wait for more content in Rcpp-extending
Modified: pkg/Rcpp/inst/doc/Makefile
===================================================================
--- pkg/Rcpp/inst/doc/Makefile 2010-06-07 12:36:50 UTC (rev 1465)
+++ pkg/Rcpp/inst/doc/Makefile 2010-06-07 12:46:30 UTC (rev 1466)
@@ -105,24 +105,24 @@
rm Rcpp-FAQ.Rnw
cp Rcpp-FAQ/Rcpp-FAQ-fake.Rnw Rcpp-FAQ.Rnw
-Rcpp-extending.pdf : Rcpp-extending/Rcpp-extending.Rnw
- rm Rcpp-extending.Rnw
- cp -f Rcpp-extending/Rcpp-extending.Rnw .
- Rscript -e "require(highlight); driver <- HighlightWeaveLatex(boxes = TRUE, bg = 'white' ); Sweave( 'Rcpp-extending.Rnw', driver = driver ); "
- Rscript -e "tools::texi2dvi( 'Rcpp-extending.tex', pdf = TRUE, clean = FALSE )"
- bibtex Rcpp-extending
-ifeq ($(whoami),edd)
- pdflatex Rcpp-extending
- pdflatex Rcpp-extending
-else
- Rscript -e "tools::texi2dvi( 'Rcpp-extending.tex', pdf = TRUE, clean = TRUE )"
-endif
- rm -fr Rcpp-extending.tex
- rm -fr Rcpp-extending.bbl
- rm -fr Rcpp-extending.blg
- rm -fr Rcpp-extending.aux
- rm -fr Rcpp-extending.out
- rm -fr Rcpp-extending.log
- rm Rcpp-extending.Rnw
- cp Rcpp-extending/Rcpp-extending-fake.Rnw Rcpp-extending.Rnw
+# Rcpp-extending.pdf : Rcpp-extending/Rcpp-extending.Rnw
+# rm Rcpp-extending.Rnw
+# cp -f Rcpp-extending/Rcpp-extending.Rnw .
+# Rscript -e "require(highlight); driver <- HighlightWeaveLatex(boxes = TRUE, bg = 'white' ); Sweave( 'Rcpp-extending.Rnw', driver = driver ); "
+# Rscript -e "tools::texi2dvi( 'Rcpp-extending.tex', pdf = TRUE, clean = FALSE )"
+# bibtex Rcpp-extending
+# ifeq ($(whoami),edd)
+# pdflatex Rcpp-extending
+# pdflatex Rcpp-extending
+# else
+# Rscript -e "tools::texi2dvi( 'Rcpp-extending.tex', pdf = TRUE, clean = TRUE )"
+# endif
+# rm -fr Rcpp-extending.tex
+# rm -fr Rcpp-extending.bbl
+# rm -fr Rcpp-extending.blg
+# rm -fr Rcpp-extending.aux
+# rm -fr Rcpp-extending.out
+# rm -fr Rcpp-extending.log
+# rm Rcpp-extending.Rnw
+# cp Rcpp-extending/Rcpp-extending-fake.Rnw Rcpp-extending.Rnw
Deleted: pkg/Rcpp/inst/doc/Rcpp-extending.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-extending.Rnw 2010-06-07 12:36:50 UTC (rev 1465)
+++ pkg/Rcpp/inst/doc/Rcpp-extending.Rnw 2010-06-07 12:46:30 UTC (rev 1466)
@@ -1,4 +0,0 @@
-\documentclass[10pt]{article}
-%\VignetteIndexEntry{Rcpp-extending}
-\begin{document}
-\end{document}
More information about the Rcpp-commits
mailing list