aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/40-eigenwerte/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'buch/chapters/40-eigenwerte/images/Makefile')
-rw-r--r--buch/chapters/40-eigenwerte/images/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/buch/chapters/40-eigenwerte/images/Makefile b/buch/chapters/40-eigenwerte/images/Makefile
index 5915d30..db00dac 100644
--- a/buch/chapters/40-eigenwerte/images/Makefile
+++ b/buch/chapters/40-eigenwerte/images/Makefile
@@ -3,7 +3,7 @@
#
# (c) 2020 Prof Dr Andreas Müller, Hochschule Rappersil
#
-all: sp.pdf
+all: sp.pdf nilpotent.pdf
sp.pdf: sp.tex sppaths.tex
pdflatex sp.tex
@@ -11,3 +11,6 @@ sp.pdf: sp.tex sppaths.tex
sppaths.tex: spbeispiel.m
octave spbeispiel.m
+nilpotent.pdf: nilpotent.tex
+ pdflatex nilpotent.tex
+