Fix the MIME type for BW ebook

last fix only fixed the xml container not the MIME type :(
This commit is contained in:
Ced
2023-11-01 12:04:12 +00:00
parent 5d89f81d52
commit ec254e80e0

View File

@@ -106,6 +106,7 @@ bw-book-epub/OEBPS/%.png: %.png
$(CONVERT_PIC) $< $(REDUCE_PIC) $@ $(CONVERT_PIC) $< $(REDUCE_PIC) $@
epub/bw_book.epub: copy_ebook_files $(bw_images) 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 ./ cd bw-book-epub; zip -q9XrD ../epub/bw_book.epub ./
# Now with the rules # Now with the rules