summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlotte Koch <charlotte@magentastripe.com>2024-03-05 22:14:17 -0800
committerCharlotte Koch <charlotte@magentastripe.com>2024-03-05 22:14:17 -0800
commita46e91b9d5f68093eec026b58608d9a3c80f4775 (patch)
tree8a0540f8c622b2ab28d21d6ae8db9e2f700df810
parent33ee233d513496bc06ef7536f9fdc6eab00bc42c (diff)
The EPUB depends on the its front cover image
-rw-r--r--mk/willora.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/willora.mk b/mk/willora.mk
index 1d12bd8..21de0b6 100644
--- a/mk/willora.mk
+++ b/mk/willora.mk
@@ -205,7 +205,7 @@ ${HARDCOVER_FRONTMATTER}: ${FRONTMATTER_TEMPLATE}
# ===== EPUB =====
CLEANFILES+= ${EPUB_OUT}
-${EPUB_OUT}: Gemfile.lock ${EPUB_ADOC_TOTAL}
+${EPUB_OUT}: Gemfile.lock ${EPUB_ADOC_TOTAL} ${EPUB_COVER_FILE}
${BUNDLE} exec asciidoctor-epub3 \
-v \
-d book \