aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 06f3d99..cc7b753 100644
--- a/Makefile
+++ b/Makefile
@@ -58,14 +58,9 @@ stage-6.md spellcheck-words: stage-5.txt Makefile
@echo spellcheck
@hunspell -p dict -d nb_NO -l < $@ | sort | uniq -c | sort -n > spellcheck-words
-constance-ring.md: header.md stage-6.md
+constance-ring.epub: header.md stage-6.md
@echo '#' $@
- @cat $^ > $@.tmp
- @mv $@.tmp $@
-
-constance-ring.epub: constance-ring.md
- @echo '#' $@
- @pandoc --toc -o $@ $<
+ @pandoc --toc -o $@ $^
.PHONY: clean
clean: