[Rcpp-commits] r2275 - pkg/Rcpp/inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Oct 6 21:34:59 CEST 2010


Author: edd
Date: 2010-10-06 21:34:58 +0200 (Wed, 06 Oct 2010)
New Revision: 2275

Modified:
   pkg/Rcpp/inst/doc/Makefile
Log:
no bibtex for Rcpp-quickref


Modified: pkg/Rcpp/inst/doc/Makefile
===================================================================
--- pkg/Rcpp/inst/doc/Makefile	2010-10-06 19:29:00 UTC (rev 2274)
+++ pkg/Rcpp/inst/doc/Makefile	2010-10-06 19:34:58 UTC (rev 2275)
@@ -129,7 +129,6 @@
 	Rscript -e "require(highlight); driver <- HighlightWeaveLatex(boxes = TRUE, bg = 'white' ); Sweave( 'Rcpp-quickref.Rnw', driver = driver ); "
 	Rscript -e "tex <- readLines('Rcpp-quickref.tex'); tex <- gsub( 'begin{minipage}{0.9', 'begin{minipage}{0.42', tex, fixed = TRUE ) ; writeLines( tex, 'Rcpp-quickref.tex' )  "
 	Rscript -e "tools::texi2dvi( 'Rcpp-quickref.tex', pdf = TRUE, clean = FALSE )"
-	bibtex Rcpp-quickref
 ifneq (,$(findstring edd,$(whoami)))
 	pdflatex Rcpp-quickref
 	pdflatex Rcpp-quickref



More information about the Rcpp-commits mailing list