diff options
author | Patrik Müller <36931350+p1mueller@users.noreply.github.com> | 2022-05-12 18:21:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 18:21:49 +0200 |
commit | 26793218263b34dcc9337a5289db1e9c17a4a89c (patch) | |
tree | 5b91b0e91a3e7aad4de16a2d26c5aae95cac538b /buch/chapters/060-integral | |
parent | Remove deprecated files (diff) | |
parent | dreiecksdaten (diff) | |
download | SeminarSpezielleFunktionen-26793218263b34dcc9337a5289db1e9c17a4a89c.tar.gz SeminarSpezielleFunktionen-26793218263b34dcc9337a5289db1e9c17a4a89c.zip |
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to '')
-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 |