From: Don Armstrong Date: Fri, 3 Feb 2017 01:11:05 +0000 (-0800) Subject: use latexmk X-Git-Url: https://git.donarmstrong.com/?p=ool%2Flipid_simulation_formalism.git;a=commitdiff_plain;h=f93851b9abc30148bbd97d8ea983f0e3da818e8e use latexmk --- diff --git a/Makefile b/Makefile index 10fdd67..ad0190f 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ R=R %.pdf: %.tex $(wildcard *.bib) $(wildcard *.tex) latexmk -pdf -pdflatex='xelatex -interaction=nonstopmode %O %S' -bibtex -use-make $< -clean: - rubber -d --clean *.tex +clean: + latexmk --clean rm -f *.tmp .PHONY: clean all