diff options
Diffstat (limited to 'buch/chapters/070-orthogonalitaet/images/Makefile')
-rw-r--r-- | buch/chapters/070-orthogonalitaet/images/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/buch/chapters/070-orthogonalitaet/images/Makefile b/buch/chapters/070-orthogonalitaet/images/Makefile index e3a988a..900ae7f 100644 --- a/buch/chapters/070-orthogonalitaet/images/Makefile +++ b/buch/chapters/070-orthogonalitaet/images/Makefile @@ -4,11 +4,18 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: legendre.pdf orthogonal.pdf +all: legendre.pdf orthogonal.pdf weight.pdf 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 + +weight.pdf: weight.tex weightfunction.tex + pdflatex weight.tex +weightfunction.tex: weight.m + octave weight.m + |