mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-28 22:03:58 -06:00
Compare commits
4 Commits
19df1546f0
...
5bb5d8a48a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5bb5d8a48a | ||
|
|
f64fc55977 | ||
|
|
3e02af03ad | ||
|
|
7da9f5b0ad |
@@ -118,7 +118,7 @@ book_sans_serif/book_sans_serif.pdf: $(src_all)
|
|||||||
epub/%.epub: %.tex $(ebook_src) cover/cover-page.xbb
|
epub/%.epub: %.tex $(ebook_src) cover/cover-page.xbb
|
||||||
$(EBOOK) $<
|
$(EBOOK) $<
|
||||||
|
|
||||||
copy_ebook_files: build_ebook
|
copy_ebook_files: ebook
|
||||||
$(RSYNC) --exclude '*.png' epub_build/book-epub/ bw-book-epub/
|
$(RSYNC) --exclude '*.png' epub_build/book-epub/ bw-book-epub/
|
||||||
|
|
||||||
# Now that we have built the ebook we will generate 2 more versions
|
# Now that we have built the ebook we will generate 2 more versions
|
||||||
@@ -202,7 +202,7 @@ bw_ebook: epub/bw_book.epub
|
|||||||
low_res_ebook: epub/low_res_book.epub
|
low_res_ebook: epub/low_res_book.epub
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
# Old target names are disabled with helpful help message #{{{
|
# Old target names are disabled with helpful help message {{{
|
||||||
build_pdf:
|
build_pdf:
|
||||||
@echo "build_pdf target is not supported anymore, please use make pdf"
|
@echo "build_pdf target is not supported anymore, please use make pdf"
|
||||||
@exit
|
@exit
|
||||||
|
|||||||
Reference in New Issue
Block a user