From d72ea5e13f0fcea8f001aecff78eae81f700205b Mon Sep 17 00:00:00 2001
From: witiko <witiko@gmail.com>
Date: Sat, 9 May 2015 16:27:22 +0200
Subject: [PATCH] Added the bibliography to the ToC of the guide.

---
 fithesis3/guide/mu/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fithesis3/guide/mu/Makefile b/fithesis3/guide/mu/Makefile
index 9af01af..484f8cb 100644
--- a/fithesis3/guide/mu/Makefile
+++ b/fithesis3/guide/mu/Makefile
@@ -13,6 +13,7 @@ $(PDFFILES): $(TEMPLATE) $(BIB)
 	pdflatex -shell-escape $(basename $@).tex
 	biber $(basename $@)
 	pdflatex -shell-escape $(basename $@).tex
+	pdflatex -shell-escape $(basename $@).tex
 
 # This target removes any auxiliary files.
 clean:
-- 
GitLab