diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2024-10-07 18:56:43 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2024-10-07 18:56:43 -0700 |
| commit | b56ea8856143393a67ba90ea85a09dc3a997b65f (patch) | |
| tree | b2e3bc8111e85c25a4dc6e372f8fc5cc261080ca /mk | |
| parent | 8e8dbee4aff81b5e1993e22257939a8bf92e19a6 (diff) | |
A project depends on every theme file, not just the 'main' one
Diffstat (limited to 'mk')
| -rw-r--r-- | mk/willora.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/willora.mk b/mk/willora.mk index 040df92..db30605 100644 --- a/mk/willora.mk +++ b/mk/willora.mk @@ -34,6 +34,8 @@ FONTDIR?= ${WILLORABASE}/fonts MEDIA?= prepress PUBLISHER?= WilloraPDF +THEMEFILES?= ${THEMEDIR}/${THEME}-theme.yml + PAPERBACK_ISBN?= 111-1-11111111-1-1 HARDCOVER_ISBN?= 222-2-22222222-2-2 EPUB_ISBN?= 333-3-33333333-3-3 @@ -81,7 +83,7 @@ ALL_SECTIONS_COMMON+= ${BIOGRAPHY_OUT} ALL_SECTIONS_COMMON+= ${EXTRA_OUT} PREREQS_COMMON= ${CUSTOM_PDF_CONVERTER} -PREREQS_COMMON+= ${THEMEDIR}/${THEME}-theme.yml +PREREQS_COMMON+= ${THEMEFILES} PREREQS_COMMON+= Gemfile.lock EXTRA_ARGS?= # defined |
