diff options
Diffstat (limited to 'buch/chapters/060-integral/images/Makefile')
-rw-r--r-- | buch/chapters/060-integral/images/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/buch/chapters/060-integral/images/Makefile b/buch/chapters/060-integral/images/Makefile index 790bfb1..28b662e 100644 --- a/buch/chapters/060-integral/images/Makefile +++ b/buch/chapters/060-integral/images/Makefile @@ -4,16 +4,10 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: erf.pdf legendre.pdf orthogonal.pdf +all: erf.pdf erf.pdf: erf.tex erfpunkte.tex pdflatex erf.tex erfpunkte.tex: erfpunkte.m octave erfpunkte.m -legendrepaths.tex: legendre.m - octave legendre.m -legendre.pdf: legendre.tex legendrepaths.tex - pdflatex legendre.tex -orthogonal.pdf: orthogonal.tex legendrepaths.tex - pdflatex orthogonal.tex |