From ec254e80e03bc475dee021698110cf11a2dbace3 Mon Sep 17 00:00:00 2001 From: Ced Date: Wed, 1 Nov 2023 12:04:12 +0000 Subject: [PATCH] Fix the MIME type for BW ebook last fix only fixed the xml container not the MIME type :( --- book/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/book/makefile b/book/makefile index 0e8c81c..b87fa33 100644 --- a/book/makefile +++ b/book/makefile @@ -106,6 +106,7 @@ bw-book-epub/OEBPS/%.png: %.png $(CONVERT_PIC) $< $(REDUCE_PIC) $@ epub/bw_book.epub: copy_ebook_files $(bw_images) + cd bw-book-epub; zip -q0X ../epub/bw_book.epub mimetype cd bw-book-epub; zip -q9XrD ../epub/bw_book.epub ./ # Now with the rules