diff options
author | JODBaer <55744603+JODBaer@users.noreply.github.com> | 2022-04-27 13:18:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 13:18:49 +0200 |
commit | d3227393fd60a130348e12524bcd8664e404c1ee (patch) | |
tree | c99317532d7add78e484a1a9958ef8c698132fc9 /buch/chapters/075-fourier | |
parent | Merge branch 'AndreasFMueller:master' into master (diff) | |
parent | fix typos (diff) | |
download | SeminarSpezielleFunktionen-d3227393fd60a130348e12524bcd8664e404c1ee.tar.gz SeminarSpezielleFunktionen-d3227393fd60a130348e12524bcd8664e404c1ee.zip |
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/075-fourier/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/chapters/075-fourier/Makefile.inc b/buch/chapters/075-fourier/Makefile.inc index c153dc4..a762e63 100644 --- a/buch/chapters/075-fourier/Makefile.inc +++ b/buch/chapters/075-fourier/Makefile.inc @@ -4,7 +4,7 @@ # (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -CHAPTERFILES = $(CHAPTERFILES) \ +CHAPTERFILES += \ chapters/075-fourier/bessel.tex \ chapters/075-fourier/2d.tex \ chapters/075-fourier/chapter.tex |