summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
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