aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 988cc35..568631b 100644
--- a/Makefile
+++ b/Makefile
@@ -56,14 +56,13 @@ img/2019-12-13-1.jpg img/2019-12-13-3.rot.jpg fmt/doc.h report/tables.i
poster2.pdf: imgs
-report.pdf poster.pdf logbook.pdf: imgs graph/made \
-tables.i fmt/font.h src/mats.i img/2019-12-02-2.jpg \
-img/2019-10-18-2.jpg img/2019-10-18-1.jpg img/2019-11-21-4.jpg \
-img/2019-12-13-2.jpg
+report.pdf poster.pdf logbook.pdf: fmt/font.h src/mats.i \
+img/2019-12-02-2.jpg img/2019-10-18-2.jpg img/2019-10-18-1.jpg \
+img/2019-11-21-4.jpg img/2019-12-13-2.jpg
report2.pdf logbook2.pdf: fmt/doc.h
-$(PDF): $(TABLE) fmt/com.h
+$(PDF): $(TABLE) fmt/com.h fmt/font.h imgs graph/made tables.i
imgs: py/data.py py/img.py
mkdir -p imgs
@@ -77,7 +76,7 @@ gen/deathtable.i: py/data.py py/deathtable.py gen/dir
$(PY) py/deathtable.py > gen/deathtable.i
gen/deathtable2.i: py/data2.py py/deathtable2.py gen/dir
- $(PY) py/deathtable2.py > gen/deathtable2.py
+ $(PY) py/deathtable2.py > gen/deathtable2.i
gen/table.i: py/data.py py/table.py gen/dir
$(PY) py/table.py > gen/table.i