summaryrefslogtreecommitdiff
path: root/mk/willora.mk
diff options
context:
space:
mode:
authorCharlotte Koch <charlotte@magentastripe.com>2025-10-20 13:40:58 -0700
committerCharlotte Koch <charlotte@magentastripe.com>2025-10-20 13:40:58 -0700
commitf97f6a9b3e390687ac9b23231f432b669aefc4b1 (patch)
tree05f71356c512485b632c00abd68eef6c771f7829 /mk/willora.mk
parentf5c65e7566b9ee4fb15e86d673ee684a3bee407c (diff)
"package.opf" is a byproduct of making the epub; be sure to clean itHEADmaster
Diffstat (limited to 'mk/willora.mk')
-rw-r--r--mk/willora.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/willora.mk b/mk/willora.mk
index fb3d646..1b96a5a 100644
--- a/mk/willora.mk
+++ b/mk/willora.mk
@@ -304,7 +304,7 @@ EPUB_DESCR!= cat ${EPUB_BLURBFILE}
# Includes a hack to add in my own fonts
#
# XXX Try to include EPUB_DESCR somewhere other than ARGV
-CLEANFILES+= ${EPUB_OUT}
+CLEANFILES+= ${EPUB_OUT} package.opf
${EPUB_OUT}: Gemfile.lock ${EPUB_ADOC_TOTAL} ${EPUB_COVER_FILE} ${EPUB_STYLESHEET} ${EPUB_BLURBFILE} ${EPUB_FONT_STUFFER}
${BUNDLE} exec asciidoctor-epub3 \
-v \