diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2024-10-16 13:06:34 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2024-10-16 13:06:34 -0700 |
| commit | 508f256e67eee78019feac7e3ad22bb5c5363078 (patch) | |
| tree | 910395f96c506270292f7221174666b86800039d | |
| parent | 1c9c4a049b4b330da46e803e0c7d6c4feb117f3c (diff) | |
EXTRA_ARGS also applies to asciidoctor-epub3(1)
| -rw-r--r-- | mk/willora.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/willora.mk b/mk/willora.mk index a85f670..29f9cf0 100644 --- a/mk/willora.mk +++ b/mk/willora.mk @@ -265,6 +265,7 @@ ${EPUB_OUT}: Gemfile.lock ${EPUB_ADOC_TOTAL} ${EPUB_COVER_FILE} ${EPUB_STYLESHEE -a epub3-stylesdir=${THEMEDIR} \ -a media=${MEDIA} \ -a text-align=justify \ + ${EXTRA_ARGS} \ ${EPUB_ADOC_TOTAL} bash ${EPUB_FONT_STUFFER} \ --fontdir ${FONTDIR} \ |
