summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-04-13 12:56:44 +0100
committerJoe Carstairs <me@joeac.net>2026-04-13 12:56:44 +0100
commitc026e24c6dc0a26da08aec8d571f62873b66b863 (patch)
tree51ca1d9a4fe95a48ebd0348cc5efeb4fdbb2aa4f
parentcb6d84c04a25c9f1ea0f3674da0e9fd6f0d19541 (diff)
add Makefile with reading-log.pdf
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..847b50b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+reading-log.pdf: reading-log.md bibliography.bib
+ pandoc \
+ --standalone \
+ --from markdown \
+ --to pdf \
+ --pdf-engine pdflatex \
+ --citeproc \
+ --output reading-log.pdf \
+ reading-log.md
+
+clean:
+ rm reading-log.pdf