diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2025-05-17 17:02:07 +0100 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2025-05-17 17:02:07 +0100 |
| commit | a75ea6533c0503c2cd2397bfc9107e549a6e34ba (patch) | |
| tree | 72a9258f7ac33debb74dcd8d6604bbf9c57551d4 /Makefile | |
| parent | 76a353e1b1b7e85d186785866e8250e5bfc42a24 (diff) | |
Adding title page and foreword.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,10 +1,19 @@ default: target\ target/main.pdf + +SOURCES=images/\ + papers/\ + main.tex\ + 00-titlepage.tex\ + 01-foreword.tex target: mkdir target -target/main.pdf: images/ papers/ main.tex +target/main.pdf: $(SOURCES) cp -r $^ target/ cd target &&\ pdflatex main.tex &&\ pdflatex main.tex &&\ pdflatex main.tex + +clean: + rm -rf target/ |
