summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)