mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31:11 -06:00
Reintroduce the mkdir calls for real this time
This commit is contained in:
@@ -144,10 +144,10 @@ epub/bw_book.epub: copy_ebook_files $(bw_images)
|
|||||||
|
|
||||||
# Now the low res
|
# Now the low res
|
||||||
copy_ebook_files_low_res: ebook
|
copy_ebook_files_low_res: ebook
|
||||||
mkdir -p $(dir $@)
|
|
||||||
$(RSYNC) epub_build/book-epub/
|
$(RSYNC) epub_build/book-epub/
|
||||||
|
|
||||||
low-res-book-epub/OEBPS/%.jpg: %.jpg | low-res-book-epub-dir
|
low-res-book-epub/OEBPS/%.jpg: %.jpg
|
||||||
|
mkdir -p $(dir $@)
|
||||||
$(CONVERT_PIC) $< $(REDUCE_PIC_COLOR) $@
|
$(CONVERT_PIC) $< $(REDUCE_PIC_COLOR) $@
|
||||||
|
|
||||||
epub/low_res_book.epub: copy_ebook_files_low_res $(low_res_images)
|
epub/low_res_book.epub: copy_ebook_files_low_res $(low_res_images)
|
||||||
|
|||||||
Reference in New Issue
Block a user