diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2025-05-15 21:51:12 +0100 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2025-05-15 21:51:12 +0100 |
| commit | 0a0217746fe674cc093ed5e320d8f45c49d12d14 (patch) | |
| tree | a026694ffdf063241d21b451089bfbb3f3fff2d4 /Makefile | |
| parent | f9f8e9323144f87d95407b29a9f185cfc4c7bc8a (diff) | |
Adding
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
