aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/070-orthogonalitaet/images/Makefile
blob: 900ae7fdcc722552ae9a88be46ea5fb2b729a1f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Makefile -- Bilder zum Kapitel über durch Integrale definierte spezielle
#             Funktionen
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
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