From 5bb5d8a48ad34492b7656f7afe4d6cd698a8cd8c Mon Sep 17 00:00:00 2001 From: Ced Date: Wed, 5 Mar 2025 16:49:59 +0000 Subject: [PATCH] Add missing target in low-res ebook copy --- book/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/makefile b/book/makefile index b4e1ca7..43742f1 100644 --- a/book/makefile +++ b/book/makefile @@ -144,7 +144,7 @@ epub/bw_book.epub: copy_ebook_files $(bw_images) # Now the low res copy_ebook_files_low_res: ebook - $(RSYNC) epub_build/book-epub/ + $(RSYNC) epub_build/book-epub/ low-res-book-epub/ low-res-book-epub/OEBPS/%.jpg: %.jpg mkdir -p $(dir $@)