aboutsummaryrefslogtreecommitdiffstats
path: root/cover/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cover/Makefile')
-rw-r--r--cover/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/cover/Makefile b/cover/Makefile
index 76ae56f..dcbe6c6 100644
--- a/cover/Makefile
+++ b/cover/Makefile
@@ -3,12 +3,15 @@
#
# (c) 2018 Prof Dr Andreas Müller, Hochschule Rapperswil
#
-all: buchcover.png front.pdf back.pdf
+all: matrix.pdf buchcover.png front.pdf back.pdf
-buchcover.pdf: buchcover.tex
+matrix.pdf: matrix.tex
+ pdflatex matrix.tex
+
+buchcover.pdf: buchcover.tex matrix.pdf
pdflatex buchcover.tex
-buchcover.png: buchcover.pdf Makefile
+buchcover.png: buchcover.pdf
convert -density 300 -extract 1966x2900+2630+190 buchcover.pdf \
buchcover.png