diff options
author | Nao Pross <np@0hm.ch> | 2021-10-13 14:41:37 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-10-13 14:41:37 +0200 |
commit | 37d31c172a33f9f49eafd7fc0f2ae495870b5f8c (patch) | |
tree | 52c548daa28fcd40a5cf9621227841a6649abb5c /doc/thesis/Makefile | |
parent | Introduction (diff) | |
parent | Fix workflow (diff) | |
download | Fading-37d31c172a33f9f49eafd7fc0f2ae495870b5f8c.tar.gz Fading-37d31c172a33f9f49eafd7fc0f2ae495870b5f8c.zip |
Merge branch 'master' of github.com:NaoPross/Fading
Diffstat (limited to '')
-rw-r--r-- | doc/thesis/Makefile | 9 |
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)) |