diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2023-08-17 13:19:10 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2023-08-17 13:19:10 -0700 |
| commit | 7d141c0665dbc7b8ea2650616043b5acadd77a55 (patch) | |
| tree | 24315e3df4c13b6c3240cd2e0aca99359cc1e585 /mk | |
| parent | 9bee255bde5833198dc74c56f2ed97e65a7fd62d (diff) | |
The PDF converter subclassed is based on the THEME
Fixes #9
Diffstat (limited to 'mk')
| -rw-r--r-- | mk/willora.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/willora.mk b/mk/willora.mk index ca319e8..cd77063 100644 --- a/mk/willora.mk +++ b/mk/willora.mk @@ -31,7 +31,7 @@ EPUB_COLOPHON_OUT?= colophon-epub.pdf DEDICATION_OUT?= dedication.pdf ACKNOWLEDGMENTS_OUT?= acknowledgments.pdf -CUSTOM_PDF_CONVERTER= ${WILLORABASE}/lib/willora_pdf_converter.rb +CUSTOM_PDF_CONVERTER= ${WILLORABASE}/lib/${THEME}_pdf_converter.rb ERBBER_SCRIPT= script/erbber.rb UNICODE_TABLE= script/unicodify.sed |
