diff options
Diffstat (limited to 'doc/thesis/Makefile')
-rw-r--r-- | doc/thesis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile index fb4f88d..31ceec8 100644 --- a/doc/thesis/Makefile +++ b/doc/thesis/Makefile @@ -14,7 +14,8 @@ SOURCES := \ chapters/implementation.tex \ chapters/conclusions.tex \ \ - figures/tikz/overview.tex + figures/tikz/overview.tex \ + figures/tikz/qpks-constellation.tex # Get the main file from the file MAIN := $(shell sed -ne 's/^.*\!TeX root =\(.*\)$$/\1/ p' $(SOURCES)) |