summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-05-04 10:02:27 +0100
committerJoe Carstairs <me@joeac.net>2026-05-04 10:02:27 +0100
commitc523bbd9f9b6d542d0ad56aa39196335e3ca0e46 (patch)
tree1a1b0e02e8b0334b5d767b9b461a3ea72961ce8c /Makefile
parent9d2e36e7bdfe5e31aba7ad77923f2e483750f7b9 (diff)
typo in Makefile: LOG_MD -> LOG_MARKDOWN
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3a9f22c..5e2a9d5 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ else
done
endif
-log: $(LOG_MD) $(BIBLIOGRAPHY)
+log: $(LOG_MARKDOWN) $(BIBLIOGRAPHY)
pandoc \
--standalone \
--from markdown \
@@ -25,7 +25,7 @@ log: $(LOG_MD) $(BIBLIOGRAPHY)
--pdf-engine pdflatex \
--citeproc \
--output $(LOG_PDF) \
- $(LOG_MD)
+ $(LOG_MARKDOWN)
clean:
rm $(LOG_PDF)