mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 12:41:12 -06:00
@@ -103,10 +103,10 @@ copy_ebook_files: build_ebook | bw-book-epub
|
|||||||
|
|
||||||
# We not convert SVG to B&W or lower res for now as they are super small
|
# We not convert SVG to B&W or lower res for now as they are super small
|
||||||
# anyway
|
# anyway
|
||||||
bw-book-epub/OEBPS/%.jpg: %.jpg | bw-book-epub/OEBPS
|
bw-book-epub/OEBPS/%.jpg: %.jpg copy_ebook_files
|
||||||
$(CONVERT_PIC) $< $(REDUCE_PIC) $@
|
$(CONVERT_PIC) $< $(REDUCE_PIC) $@
|
||||||
|
|
||||||
bw-book-epub/OEBPS/%.png: %.png | bw-book-epub/OEBPS
|
bw-book-epub/OEBPS/%.png: %.png copy_ebook_files
|
||||||
$(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)
|
||||||
|
|||||||
Reference in New Issue
Block a user