Skip to content

Commit 5bb5d8a

Browse files
committed
Add missing target in low-res ebook copy
1 parent f64fc55 commit 5bb5d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ epub/bw_book.epub: copy_ebook_files $(bw_images)
144144

145145
# Now the low res
146146
copy_ebook_files_low_res: ebook
147-
$(RSYNC) epub_build/book-epub/
147+
$(RSYNC) epub_build/book-epub/ low-res-book-epub/
148148

149149
low-res-book-epub/OEBPS/%.jpg: %.jpg
150150
mkdir -p $(dir $@)

0 commit comments

Comments
 (0)