aboutsummaryrefslogtreecommitdiffstats
path: root/buch/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-04-24 15:35:47 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2022-04-24 15:35:47 +0200
commitf9842b34a2b78bc340b861cc57aa29ccfbb13fd1 (patch)
treee49d635641c2c8d6cbcd4f1cc46eeb399dcd78d1 /buch/Makefile
parentadd lecture notes for session 5 (diff)
downloadSeminarSpezielleFunktionen-f9842b34a2b78bc340b861cc57aa29ccfbb13fd1.tar.gz
SeminarSpezielleFunktionen-f9842b34a2b78bc340b861cc57aa29ccfbb13fd1.zip
Makefile fixes, lecture notes week 8
Diffstat (limited to '')
-rwxr-xr-xbuch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/buch/Makefile b/buch/Makefile
index 00fcf42..af0e1e2 100755
--- a/buch/Makefile
+++ b/buch/Makefile
@@ -55,13 +55,13 @@ SeminarSpezielleFunktionen.ind: SeminarSpezielleFunktionen.idx
#
tests: test1.pdf test2.pdf test3.pdf
-test1.pdf: common/test-common.tex common/test1.tex aufgaben1.tex
+test1.pdf: common/test-common.tex common/test1.tex aufgaben1.tex $(TEXFILES)
$(pdflatex) common/test1.tex
test2.pdf: common/test-common.tex common/test1.tex aufgaben2.tex
$(pdflatex) common/test2.tex
-test3.pdf: common/test-common.tex common/test1.tex aufgaben3.tex
+test3.pdf: common/test-common.tex common/test1.tex aufgaben3.tex $(CHAPTERFILES)
$(pdflatex) common/test3.tex
#