diff options
-rw-r--r-- | Makefile | 10 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 4 insertions, 8 deletions
@@ -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,$*); \ @@ -1,2 +0,0 @@ -- Bibliography for some reason is not generated automatically. On any update the following has to be run for now: - biber cv |