From f64fc559778f38b620befd7ff4e8dac03a290a98 Mon Sep 17 00:00:00 2001 From: Ced Date: Wed, 5 Mar 2025 14:28:13 +0000 Subject: [PATCH] Reintroduce the mkdir calls for real this time --- book/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/makefile b/book/makefile index 785c177..b4e1ca7 100644 --- a/book/makefile +++ b/book/makefile @@ -144,10 +144,10 @@ epub/bw_book.epub: copy_ebook_files $(bw_images) # Now the low res copy_ebook_files_low_res: ebook - mkdir -p $(dir $@) $(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) $@ epub/low_res_book.epub: copy_ebook_files_low_res $(low_res_images)