aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dc4de84..85cf69b 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,10 @@ constance-ring.epub: header.md cover.jpg frontmatter.md stage-5.md spellcheck-wo
@echo '#' $@
@pandoc --toc -o $@ $(filter %.md,$^)
+constance-ring.pdf: header.md cover.jpg frontmatter.md stage-5.md spellcheck-words
+ @echo '#' $@
+ @pandoc --toc -o $@ $(filter %.md,$^)
+
.PHONY: clean
clean:
if [ -r page-index.txt ]; then cat page-index.txt | xargs rm; rm page-index.txt; fi