diff options
Diffstat (limited to 'doc/thesis/Makefile')
-rw-r--r-- | doc/thesis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile index e0690ba..d5f02ab 100644 --- a/doc/thesis/Makefile +++ b/doc/thesis/Makefile @@ -18,7 +18,9 @@ SOURCES := \ figures/tikz/overview.tex \ figures/tikz/psk-constellation.tex \ figures/tikz/qam-modulator.tex \ - figures/tikz/qam-constellation.tex + figures/tikz/qam-constellation.tex \ + figures/tikz/multipath-sketch.tex \ + figures/tikz/multipath-impulse-response.tex # Get the main file from the file MAIN := $(shell sed -ne 's/^.*\!TeX root =\(.*\)$$/\1/ p' $(SOURCES)) |