From cabe3abadf2d29b0b47bb2132cfc18be240d2be4 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase Date: Sun, 22 Dec 2019 06:40:12 +0100 Subject: [PATCH] one more occurrence of bibtex --- lib/Makefile.dfgproposal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.dfgproposal b/lib/Makefile.dfgproposal index fc83213..a2b893a 100644 --- a/lib/Makefile.dfgproposal +++ b/lib/Makefile.dfgproposal @@ -42,7 +42,7 @@ cd: # make cd will prepare CD for bu bbl: $(BBL) $(BBL): %.bbl: %.aux - bibtex -min-crossrefs=100 -terse $< + biber -min-crossrefs=100 -terse $< $(PDATA): %.pdata: %.tex $(PDFLATEX) $<