diff 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
line wrap: on
line diff
--- a/makefile	Fri May 10 19:58:46 2013 +0200
+++ b/makefile	Mon Jul 06 12:21:44 2015 +0200
@@ -7,7 +7,7 @@
 
 %.pdf: %.tex publications.bib
 	pdflatex -file-line-error -halt-on-error $(SRC).tex
-	bibtex $(SRC)
+	biber $(SRC)
 	pdflatex $(SRC).tex
 	pdflatex $(SRC).tex