From e4b91cd226171cfa5be1d809992b9896d3600801 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Thu, 19 May 2022 11:08:05 +0200 Subject: [PATCH] Fix bibliography not being rendered --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b862a5..f982ba5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ all: pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate table of contents (ToC) + bibtex main.aux pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate ToC page indices taking account the new ToC file pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate PDF with new ToC - rm -f kapitel/*.aux *.aux *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls # Remove cache files + rm -f kapitel/*.aux *.aux *.bbl *.blg *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls # Remove cache files