]> git.donarmstrong.com Git - diamond_presentation.git/commitdiff
use -f to keep building the pdf even if there are errors
authorDon Armstrong <don@donarmstrong.com>
Sun, 18 Oct 2015 23:58:57 +0000 (16:58 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 18 Oct 2015 23:58:57 +0000 (16:58 -0700)
Makefile

index 9f83a840208485127d505d06c56b060aa4eb9f34..cc108013fb1590745002a3653de746e172fa75ab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ all: diamond_presentation_2015.pdf
        $(R) --encoding=utf-8 -e "library('knitr'); knit('$<')"
 
 %.pdf: %.tex $(wildcard *.bib) $(wildcard *.tex)
-       latexmk -pdf -pdflatex='xelatex -interaction=nonstopmode %O %S' -bibtex -use-make $<
+       latexmk -f -pdf -pdflatex='xelatex -interaction=nonstopmode %O %S' -bibtex -use-make $<
 
 diamond_presentation_2015.tex: diamond_presentation_2015.Rnw