aboutsummaryrefslogtreecommitdiffstats
path: root/buch/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-06-04 16:30:42 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-06-04 16:30:42 +0200
commit3511e1749d139ab3248d3fb4add34726a86b8fd8 (patch)
tree3176da16c2264a302d746df4f3d0657ab559f2de /buch/Makefile
parentpresentation complete (diff)
downloadSeminarMatrizen-3511e1749d139ab3248d3fb4add34726a86b8fd8.tar.gz
SeminarMatrizen-3511e1749d139ab3248d3fb4add34726a86b8fd8.zip
modernize tests
Diffstat (limited to 'buch/Makefile')
-rwxr-xr-xbuch/Makefile15
1 files changed, 13 insertions, 2 deletions
diff --git a/buch/Makefile b/buch/Makefile
index 722c177..1cd50dd 100755
--- a/buch/Makefile
+++ b/buch/Makefile
@@ -28,8 +28,19 @@ buch.ind: buch.idx
separate: buch.aux buch.pdf
bash splitpapers
-numerik.pdf:
- pdfjam --outfile numerik.pdf \
+matrizen.pdf:
+ pdfjam --outfile matrizen.pdf \
../cover/front.pdf 1,{} \
buch.pdf 1-504 \
../cover/back.pdf {},1
+
+tests: test1.pdf test2.pdf test3.pdf
+
+test1.pdf: common/test-common.tex common/test1.tex aufgaben1.tex
+ 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
+ pdflatex common/test3.tex