File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 66 * docker/ci/Dockerfile: Update for R 4.0.0 (with a temporary
77 diversion to rocker/r-base:4.0.0, and all-source installations)
88
9+ * vignettes/rmd/Makefile: Add bibtex call to JSS 2011 paper builds
10+
9112020-04-16 Dirk Eddelbuettel <
[email protected] >
1012
1113 * DESCRIPTION (Version, Date): Roll minor version
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ Rcpp-jss-2011.tex: Rcpp-jss-2011.Rnw
1616
1717Rcpp-jss-2011.pdf : Rcpp-jss-2011.tex
1818 Rscript -e ' tools::texi2pdf("$<", texi2dvi="pdflatex")'
19+ bibtex Rcpp-jss-2011.aux
1920 Rscript -e ' tools::texi2pdf("$<", texi2dvi="pdflatex")'
2021 Rscript -e ' tools::compactPDF("$@", gs_quality="ebook")'
2122 cp -vax $@ ../pdf
2223
2324clean :
24- @rm -rf * .aux * .log * .out * .tex * .pdf Rcpp-introduction_cache pinp.cls
25+ @rm -rf * .aux * .log * .out * .tex * .pdf Rcpp-introduction_cache pinp.cls Rcpp-jss-2011.bbl Rcpp-jss-2011.blg
You can’t perform that action at this time.
0 commit comments