aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/060-integral/images/Makefile
blob: 790bfb10d270c65692a0471e6172ee8e5286501e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Makefile -- Bilder zum Kapitel über durch Integrale definierte spezielle
#             Funktionen
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
all:	erf.pdf legendre.pdf orthogonal.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