Mercurial > hg > cv
view makefile @ 9:8e041ea1dae0
Minor tweaks to puiblications.bib
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Mon, 26 Sep 2016 15:05:23 -0600 |
parents | a74b9e0f9064 |
children | efc357cfa277 |
line wrap: on
line source
SRC = cv BIB = publications.bib TODAY = $(shell date +%Y%m%d) all: $(SRC).pdf cp $(SRC).pdf nicolodi-cv-$(TODAY).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