aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/thesis/Makefile')
-rw-r--r--doc/thesis/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile
index e5315de..fb4f88d 100644
--- a/doc/thesis/Makefile
+++ b/doc/thesis/Makefile
@@ -4,16 +4,17 @@ TEXARGS := -halt-on-error -interaction=nonstopmode
SOURCES := \
Fading.tex \
Fading.bib \
- tex/classicthesis.sty \
- tex/classicthesis-config.tex \
\
- tex/titlepage.tex \
+ tex/docmacros.sty \
tex/preamble.tex \
+ tex/titlepage.tex \
\
chapters/introduction.tex \
chapters/theory.tex \
chapters/implementation.tex \
- chapters/conclusions.tex
+ chapters/conclusions.tex \
+ \
+ figures/tikz/overview.tex
# Get the main file from the file
MAIN := $(shell sed -ne 's/^.*\!TeX root =\(.*\)$$/\1/ p' $(SOURCES))