Skip to content

Commit

Permalink
Fix the MIME type for BW ebook
Browse files Browse the repository at this point in the history
last fix only fixed the xml container not the MIME type :(
  • Loading branch information
cedounet committed Nov 1, 2023
1 parent 5d89f81 commit ec254e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec254e8

Please sign in to comment.