view makefile @ 20:efc357cfa277

Update
author Daniele Nicolodi <daniele@grinta.net>
date Sat, 23 Sep 2017 17:25:53 -0600
parents a74b9e0f9064
children 608d78441570
line wrap: on
line source

SRC = cv
BIB = publications.bib

all: $(SRC).pdf

%.pdf: %.tex publications.bib
	pdflatex -file-line-error -halt-on-error $(SRC).tex
	biber $(SRC)
	pdflatex $(SRC).tex
	pdflatex $(SRC).tex

clean:
	rm -f $(SRC)-blx.bib $(SRC).aux $(SRC).bbl $(SRC).blg $(SRC).log $(SRC).out $(SRC).pdf