Add missing target in low-res ebook copy
Some checks failed
Release the book and website / build-and-push-image (push) Has been cancelled
Release the book and website / release-book-website (push) Has been cancelled
Release the book and website / invalidate-book-website-cache (push) Has been cancelled

This commit is contained in:
Ced
2025-03-05 16:49:59 +00:00
parent f64fc55977
commit 5bb5d8a48a

View File

@@ -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 $@)