From aa240717dcd76c0b766d5f9ba1087ed8b5f4be11 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 11 Mar 2021 23:45:33 +0100 Subject: Fixed bibliography building --- Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67b6caf..e2af842 100644 --- a/Makefile +++ b/Makefile @@ -688,7 +688,7 @@ WHICH ?= which XARGS ?= xargs SLEEP ?= sleep # == LaTeX (tetex-provided) == -BIBTEX ?= bibtex +BIBTEX ?= biber # bibtex DVIPS ?= dvips LATEX ?= latex PDFLATEX ?= pdflatex @@ -2731,11 +2731,9 @@ endif # don't need to be changed, thus possibly avoiding a rebuild trigger. %.bbl: %.auxbbl.make $(QUIET)\ - $(if $(filter %.bib,$^),\ - $(call echo-build,$(filter %.bib,$?) $*.aux,$@); \ - $(call run-bibtex,$*); \ - $(TOUCH) $@.cookie; \ - ) \ + $(call echo-build,$(filter %.bib,$?) $*.aux,$@); \ + $(call run-bibtex,$*); \ + $(TOUCH) $@.cookie; \ if $(EGREP) -q 'bibstyle.(apacite|apacann|chcagoa|[^}]*annot)' '$*.aux'; then \ $(call echo-build,** annotated extra latex **,output ignored,$(RESTARTS)-1); \ $(call run-latex,$*); \ -- cgit v1.2.1