From c336d25f7b1f2de16359307061ef09f38abaac6e Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 2 Jul 2019 00:35:30 +0200 Subject: [PATCH] Uncomment bib from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92ac0ea..dd16855 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ LATEXMK := latexmk $(if $(xelatex),-xelatex,-pdflatex="pdflatex %O %S") \ ymls := $(filter-out $(addprefix $(yml_dir)/,$(EXCLUDE)),$(wildcard $(yml_dir)/*.yml)) texs := $(patsubst %.yml,%.tex,$(ymls)) pdfs := $(patsubst %.yml,%.pdf,$(ymls)) -#bibs := $(wildcard $(yml_dir)/*.bib) +bibs := $(wildcard $(yml_dir)/*.bib) $(texs): %.tex: %.yml $(bibs) $(PANDOC_TMPL) $(PANDOC) -o $@ $< # pandoc template > .tex