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/Makefile | |
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 '')
-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 # |