From 4a7dbd306e2b7c63c6dd7e079233ffd137a6358a Mon Sep 17 00:00:00 2001 From: Jonathan Blake Date: Sat, 4 Jan 2020 10:31:22 -0800 Subject: [PATCH] Make it possible to generate 29tsoc ebooks --- common/epub/29tsoc/Makefile | 11 +++++++++++ common/epub/Makefile | 2 +- en/.publisher/rules/epub | 7 +++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 common/epub/29tsoc/Makefile diff --git a/common/epub/29tsoc/Makefile b/common/epub/29tsoc/Makefile new file mode 100644 index 0000000..1a8df08 --- /dev/null +++ b/common/epub/29tsoc/Makefile @@ -0,0 +1,11 @@ +# Makefile for The Storms of Chai + +SERIES=lw +SUBSERIES=neworder +# Book name +BASENAME=$(shell basename $(CURDIR)) +# Language of the file +BLANG := en + +# The rest is common for all books +include ../Makefile.common diff --git a/common/epub/Makefile b/common/epub/Makefile index 0389a15..dfd5cb1 100644 --- a/common/epub/Makefile +++ b/common/epub/Makefile @@ -6,7 +6,7 @@ ENGLISH_DIRS := 01fftd 02fotw 03tcok 04tcod 05sots 06tkot 07cd 08tjoh \ 09tcof 10tdot 11tpot 12tmod 13tplor 14tcok 15tdc 16tlov 17tdoi \ 18dotd 19wb 20tcon 21votm 22tbos 23mh 24rw 25totw 26tfobm \ - 27v 28thos 01gstw 02tfc 03btng 04wotw 01hh + 27v 28thos 29tsoc 01gstw 02tfc 03btng 04wotw 01hh # LS #1 to #12 (Spanish) SPANISH_DIRS := 01hdlo 02fsea 03lcdk 04eam 05eddls 06lpdlc 07meec \ diff --git a/en/.publisher/rules/epub b/en/.publisher/rules/epub index 3f0eced..f3fe34a 100644 --- a/en/.publisher/rules/epub +++ b/en/.publisher/rules/epub @@ -194,6 +194,13 @@ images: en/png/lw/28thos/skins/standard:en/png/lw/28thos/ill/williams:en/png/lw/28thos/ill/alvarez-blake:en/png/lw/28thos/ill/blake; csst: en/.publisher/style/epub/main.csst; } +29tsoc { + book-series: lw; + language: en; + use-illustrators: :Brian Williams:; + images: en/png/lw/29tsoc/ill/williams; + csst: en/.publisher/style/epub/main.csst; +} 01gstw { book-series: gs; language: en; -- 2.17.1