diff options
Diffstat (limited to '')
-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 + |