diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-12-09 08:49:04 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-12-09 08:49:04 +0100 |
commit | e96c7829b2997b266d326d056e14a912ddc5de30 (patch) | |
tree | dc586005b76450b997cdd32469cd6b3fe1c326eb /buch/Makefile | |
parent | complete diff problems (diff) | |
download | SeminarSpezielleFunktionen-e96c7829b2997b266d326d056e14a912ddc5de30.tar.gz SeminarSpezielleFunktionen-e96c7829b2997b266d326d056e14a912ddc5de30.zip |
add errata file
Diffstat (limited to 'buch/Makefile')
-rwxr-xr-x | buch/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/buch/Makefile b/buch/Makefile index 0428080..3f2515f 100755 --- a/buch/Makefile +++ b/buch/Makefile @@ -48,3 +48,9 @@ test2.pdf: common/test-common.tex common/test1.tex aufgaben2.tex test3.pdf: common/test-common.tex common/test1.tex aufgaben3.tex pdflatex common/test3.tex +# +# Errata +# +errata.pdf: errata.tex + pdflatex errata.tex + |