We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e02af0 commit f64fc55Copy full SHA for f64fc55
book/makefile
@@ -144,10 +144,10 @@ epub/bw_book.epub: copy_ebook_files $(bw_images)
144
145
# Now the low res
146
copy_ebook_files_low_res: ebook
147
- mkdir -p $(dir $@)
148
$(RSYNC) epub_build/book-epub/
149
150
-low-res-book-epub/OEBPS/%.jpg: %.jpg | low-res-book-epub-dir
+low-res-book-epub/OEBPS/%.jpg: %.jpg
+ mkdir -p $(dir $@)
151
$(CONVERT_PIC) $< $(REDUCE_PIC_COLOR) $@
152
153
epub/low_res_book.epub: copy_ebook_files_low_res $(low_res_images)
0 commit comments