Mercurial > hg > cv
view makefile @ 21:01c0ccdd42bd
Update publications
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Fri, 26 Jul 2019 16:41:57 -0600 |
parents | efc357cfa277 |
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