diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-04-24 15:35:47 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-04-24 15:35:47 +0200 |
commit | f9842b34a2b78bc340b861cc57aa29ccfbb13fd1 (patch) | |
tree | e49d635641c2c8d6cbcd4f1cc46eeb399dcd78d1 /buch/chapters/070-orthogonalitaet | |
parent | add lecture notes for session 5 (diff) | |
download | SeminarSpezielleFunktionen-f9842b34a2b78bc340b861cc57aa29ccfbb13fd1.tar.gz SeminarSpezielleFunktionen-f9842b34a2b78bc340b861cc57aa29ccfbb13fd1.zip |
Makefile fixes, lecture notes week 8
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/070-orthogonalitaet/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/chapters/070-orthogonalitaet/Makefile.inc b/buch/chapters/070-orthogonalitaet/Makefile.inc index 286ab2e..8f58489 100644 --- a/buch/chapters/070-orthogonalitaet/Makefile.inc +++ b/buch/chapters/070-orthogonalitaet/Makefile.inc @@ -4,7 +4,7 @@ # (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -CHAPTERFILES = $(CHAPTERFILES) \ +CHAPTERFILES += \ chapters/070-orthogonalitaet/orthogonal.tex \ chapters/070-orthogonalitaet/rekursion.tex \ chapters/070-orthogonalitaet/rodrigues.tex \ |