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/060-integral | |
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 'buch/chapters/060-integral')
-rw-r--r-- | buch/chapters/060-integral/Makefile.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/buch/chapters/060-integral/Makefile.inc b/buch/chapters/060-integral/Makefile.inc index e19cb0c..d85caad 100644 --- a/buch/chapters/060-integral/Makefile.inc +++ b/buch/chapters/060-integral/Makefile.inc @@ -4,13 +4,9 @@ # (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -CHAPTERFILES = $(CHAPTERFILES) \ +CHAPTERFILES += \ chapters/060-integral/fehlerfunktion.tex \ chapters/060-integral/eulertransformation.tex \ chapters/060-integral/differentialkoerper.tex \ chapters/060-integral/risch.tex \ - chapters/060-integral/orthogonal.tex \ - chapters/060-integral/legendredgl.tex \ - chapters/060-integral/sturm.tex \ - chapters/060-integral/gaussquadratur.tex \ chapters/060-integral/chapter.tex |