aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/030-geometrie/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'buch/chapters/030-geometrie/images/Makefile')
-rw-r--r--buch/chapters/030-geometrie/images/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/buch/chapters/030-geometrie/images/Makefile b/buch/chapters/030-geometrie/images/Makefile
index 8796cf6..d9e660f 100644
--- a/buch/chapters/030-geometrie/images/Makefile
+++ b/buch/chapters/030-geometrie/images/Makefile
@@ -4,7 +4,7 @@
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
-all: hyperbelflaeche.pdf polargleichung.pdf
+all: hyperbelflaeche.pdf polargleichung.pdf deftrig.pdf einheitskreis.pdf
hyperbelflaeche.pdf: hyperbelflaeche.tex
pdflatex hyperbelflaeche.tex
@@ -12,3 +12,10 @@ hyperbelflaeche.pdf: hyperbelflaeche.tex
polargleichung.pdf: polargleichung.tex
pdflatex polargleichung.tex
+deftrig.pdf: deftrig.tex
+ pdflatex deftrig.tex
+
+einheitskreis.pdf: einheitskreis.tex
+ pdflatex einheitskreis.tex
+
+