From 0a0217746fe674cc093ed5e320d8f45c49d12d14 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Thu, 15 May 2025 21:51:12 +0100 Subject: Adding --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index be61a52..f92cd99 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -TARGETS=studies/exams.html\ +TARGETS=index.html\ + studies/exams.html\ studies/subjects/computer-science.html TARGETS_PDF=$(TARGETS:%html=%pdf) @@ -9,7 +10,8 @@ pdf: $(TARGETS_PDF) pandoc "$^" -o "$@"\ -s\ --css="https://mohit.uk/document.css"\ - -B "navbar.html" + -B "navbar.html"\ + -A "footer.html" %.pdf: %.md pandoc "$^" -o "$@"\ --pdf-engine=pdfroff -- cgit v1.2.3