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/Makefile | |
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 'buch/Makefile')
-rwxr-xr-x | buch/Makefile | 4 |
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 # |