Mercurial > hg > cv
comparison makefile @ 5:a74b9e0f9064
Switch from biblatex to biber
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Mon, 06 Jul 2015 12:21:44 +0200 |
parents | 7102bd9bd8b9 |
children | efc357cfa277 |
comparison
equal
deleted
inserted
replaced
3:625009cc354a | 5:a74b9e0f9064 |
---|---|
5 all: $(SRC).pdf | 5 all: $(SRC).pdf |
6 cp $(SRC).pdf nicolodi-cv-$(TODAY).pdf | 6 cp $(SRC).pdf nicolodi-cv-$(TODAY).pdf |
7 | 7 |
8 %.pdf: %.tex publications.bib | 8 %.pdf: %.tex publications.bib |
9 pdflatex -file-line-error -halt-on-error $(SRC).tex | 9 pdflatex -file-line-error -halt-on-error $(SRC).tex |
10 bibtex $(SRC) | 10 biber $(SRC) |
11 pdflatex $(SRC).tex | 11 pdflatex $(SRC).tex |
12 pdflatex $(SRC).tex | 12 pdflatex $(SRC).tex |
13 | 13 |
14 clean: | 14 clean: |
15 rm -f $(SRC)-blx.bib $(SRC).aux $(SRC).bbl $(SRC).blg $(SRC).log $(SRC).out $(SRC).pdf | 15 rm -f $(SRC)-blx.bib $(SRC).aux $(SRC).bbl $(SRC).blg $(SRC).log $(SRC).out $(SRC).pdf |