From 1f576f235c8a1aa27f882b54585c21c4bab7cb98 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <foss@grueninger.de>
Date: Sun, 2 Dec 2018 23:41:47 +0100
Subject: [PATCH] [handbook] Remove unused index commands

They only cost performance and broke build
with latexmk
---
 doc/handbook/0_dumux-handbook.tex | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/doc/handbook/0_dumux-handbook.tex b/doc/handbook/0_dumux-handbook.tex
index 9de687ab3a..59d04dabe7 100644
--- a/doc/handbook/0_dumux-handbook.tex
+++ b/doc/handbook/0_dumux-handbook.tex
@@ -13,7 +13,6 @@
 \usepackage{graphicx}
 
 \usepackage{listings}
-\usepackage{makeidx}
 \usepackage[square,numbers]{natbib}
 \usepackage{pdflscape}
 \usepackage{rotating}
@@ -98,8 +97,6 @@ Universit\"at Stuttgart, Paffenwaldring 61, D-70569 Stuttgart, Germany}\\
 {\normalsize \texttt{\url{http://dumux.org}}}\\
 }
 
-\makeindex
-
 \begin{document}
 
 \maketitle
@@ -157,5 +154,4 @@ in deeper modifications of underlying \Dumux models, classes, functions, etc.
 
 \bibliographystyle{plainnat}
 \bibliography{dumux-handbook}
-\printindex
 \end{document}
-- 
GitLab