Uncomment bib from Makefile

This commit is contained in:
coolneng 2019-07-02 00:35:30 +02:00
parent 86ce3e8cb9
commit c336d25f7b

View File

@ -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