summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c1e4e05..fca2f95 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,9 @@ else
done
endif
-log: $(LOG_MARKDOWN) $(BIBLIOGRAPHY)
+log: $(LOG_PDF)
+
+$(LOG_PDF): $(LOG_MARKDOWN) $(BIBLIOGRAPHY)
pandoc \
--standalone \
--from markdown \
@@ -29,7 +31,9 @@ log: $(LOG_MARKDOWN) $(BIBLIOGRAPHY)
--output $(LOG_PDF) \
$(LOG_MARKDOWN)
-scrapbook: $(SCRAPBOOK_MARKDOWN) $(BIBLIOGRAPHY)
+scrapbook: $(SCRAPBOOK_PDF)
+
+$(SCRAPBOOK_PDF): $(SCRAPBOOK_MARKDOWN) $(BIBLIOGRAPHY)
pandoc \
--standalone \
--from markdown \