From a75ea6533c0503c2cd2397bfc9107e549a6e34ba Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Sat, 17 May 2025 17:02:07 +0100 Subject: Adding title page and foreword. --- Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e97ddc9..b4683ad 100644 --- a/Makefile +++ b/Makefile @@ -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/ -- cgit v1.2.3