Michael F. Schönitzer commited on 2015-11-21 23:15:37
Zeige 1 geänderte Dateien mit 7 Einfügungen und 7 Löschungen.
... | ... |
@@ -1,24 +1,24 @@ |
1 | 1 |
all: audio.pdf edu.pdf web.pdf video.pdf office.pdf grafik.pdf games.pdf |
2 | 2 |
|
3 |
-grafik.pdf: grafik.tex |
|
3 |
+grafik.pdf: grafik.tex header.tex |
|
4 | 4 |
lualatex -interaction=nonstopmode grafik.tex |
5 | 5 |
|
6 |
-office.pdf: office.tex |
|
6 |
+office.pdf: office.tex header.tex |
|
7 | 7 |
lualatex -interaction=nonstopmode office.tex |
8 | 8 |
|
9 |
-video.pdf: video.tex |
|
9 |
+video.pdf: video.tex header.tex |
|
10 | 10 |
lualatex -interaction=nonstopmode video.tex |
11 | 11 |
|
12 |
-web.pdf: web.tex |
|
12 |
+web.pdf: web.tex header.tex |
|
13 | 13 |
lualatex -interaction=nonstopmode web.tex |
14 | 14 |
|
15 |
-edu.pdf: edu.tex |
|
15 |
+edu.pdf: edu.tex header.tex |
|
16 | 16 |
lualatex -interaction=nonstopmode edu.tex |
17 | 17 |
|
18 |
-audio.pdf: audio.tex |
|
18 |
+audio.pdf: audio.tex header.tex |
|
19 | 19 |
lualatex -interaction=nonstopmode audio.tex |
20 | 20 |
|
21 |
-games.pdf: games.tex |
|
21 |
+games.pdf: games.tex header.tex |
|
22 | 22 |
lualatex -interaction=nonstopmode games.tex |
23 | 23 |
|
24 | 24 |
online: audio.pdf edu.pdf web.pdf video.pdf office.pdf grafik.pdf games.pdf |
25 | 25 |