Skip to content

Commit f64fc55

Browse files
committed
Reintroduce the mkdir calls for real this time
1 parent 3e02af0 commit f64fc55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ epub/bw_book.epub: copy_ebook_files $(bw_images)
144144

145145
# Now the low res
146146
copy_ebook_files_low_res: ebook
147-
mkdir -p $(dir $@)
148147
$(RSYNC) epub_build/book-epub/
149148

150-
low-res-book-epub/OEBPS/%.jpg: %.jpg | low-res-book-epub-dir
149+
low-res-book-epub/OEBPS/%.jpg: %.jpg
150+
mkdir -p $(dir $@)
151151
$(CONVERT_PIC) $< $(REDUCE_PIC_COLOR) $@
152152

153153
epub/low_res_book.epub: copy_ebook_files_low_res $(low_res_images)

0 commit comments

Comments
 (0)