summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2021-03-11 23:45:33 +0100
committerSuren A. Chilingaryan <csa@suren.me>2021-03-11 23:45:33 +0100
commitaa240717dcd76c0b766d5f9ba1087ed8b5f4be11 (patch)
tree44554d7245d1a0dcb46fa5e92ebc9eaafcce919d
parent39ffa0ed247802500a99cb872c68b2a8ea5eecb4 (diff)
downloadcv-aa240717dcd76c0b766d5f9ba1087ed8b5f4be11.tar.gz
cv-aa240717dcd76c0b766d5f9ba1087ed8b5f4be11.tar.bz2
cv-aa240717dcd76c0b766d5f9ba1087ed8b5f4be11.tar.xz
cv-aa240717dcd76c0b766d5f9ba1087ed8b5f4be11.zip
Fixed bibliography building
-rw-r--r--Makefile10
-rw-r--r--README2
2 files changed, 4 insertions, 8 deletions
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,$*); \
diff --git a/README b/README
deleted file mode 100644
index d977377..0000000
--- a/README
+++ /dev/null
@@ -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