From c7becd15f11a750473db8ba57915041a0101be33 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 7 Jul 2025 21:08:38 +0200 Subject: Dropping extra stage, pandoc does it for us --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3