summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d27d5a7..b1e3dee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-PDFLATEX = pdflatex -shell-escape
+PDFLATEX = pdflatex -shell-escape
+BIBTEX = bibtex
MD=$(wildcard ./markdown_blocks/*.md)
@@ -6,6 +7,9 @@ MD=$(wildcard ./markdown_blocks/*.md)
lazar-poster.pdf:
./md2tex.sh
$(PDFLATEX) postertemplate.tex
+ $(BIBTEX) postertemplate
+ $(PDFLATEX) postertemplate.tex
+ $(PDFLATEX) postertemplate.tex
# Poster 2
lazar-poster2.pdf: