diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -20,9 +20,9 @@ qr: report.pdf: report.tex src/abstract.i src/intro.i src/research.i \ src/proc.i src/mats.i src/analysis.i src/conc.i report/graphs.i \ -report/tables.i report/pics.i src/biblio.i fmt/doc.h +report/tables.i report/pics.i src/biblio.i -poster.pdf: poster.tex qr fmt/multicol.h fmt/font.h \ +poster.pdf: poster.tex qr fmt/multicol.h \ src/hypo.i src/abstr.i src/research.i src/mats.i src/methods.i \ poster/voronoi.i src/results.i src/vars.i src/notes.i src/analysis.i \ poster/img1.i poster/img2.i poster/img3.i poster/img4.i poster/img5.i \ @@ -39,9 +39,10 @@ report.pdf logbook.pdf: img/2019-10-18-1.jpg img/2019-10-18-2.jpg \ img/2019-10-30-1.jpg img/2019-11-21-1.jpg img/2019-11-21-2.jpg \ img/2019-11-21-3.jpg img/2019-11-21-4.jpg img/2019-12-02-1.jpg \ img/2019-12-02-2.jpg img/2019-12-13-1.jpg img/2019-12-13-2.jpg \ -img/2019-12-13-3.rot.jpg +img/2019-12-13-3.rot.jpg fmt/doc.h -report.pdf poster.pdf logbook.pdf: fmt/com.h imgs graph/made gen/tables.i +report.pdf poster.pdf logbook.pdf: fmt/com.h imgs graph/made \ +gen/tables.i fmt/font.h imgs: py/data.py py/img.py mkdir -p imgs |