aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 399e42d..6688804 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ spellcheck-words: stage-5.md dict.tmp constance-ring.dic
hunspell -p $$(pwd)/dict -d nb_NO,constance-ring -l < $< | sort | uniq -c | sort -n > $@.tmp
@mv $@.tmp spellcheck-words
-constance-ring.epub: header.md stage-5.md spellcheck-words
+constance-ring.epub: header.md cover.jpg stage-5.md spellcheck-words
@echo '#' $@
@pandoc --toc -o $@ $(filter %.md,$^)