mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-03-06 12:07:14 -06:00
Merge remote-tracking branch 'origin/main' into nicer_tables
This commit is contained in:
@@ -107,8 +107,9 @@ release_sans_serif: make_release_dir
|
||||
|
||||
.PHONY: build_ebook
|
||||
build_ebook: make_release_dir
|
||||
find . -name "*.jpg" | xargs ebb -x
|
||||
find . -name "*.png" | xargs ebb -x
|
||||
tex4ebook -c tex4ebook.cfg -f epub book.tex
|
||||
tex4ebook -c tex4ebook.cfg -f mobi book.tex
|
||||
# not sure why, but I hvae to generate the mobi twice for the
|
||||
# release command to properly work.
|
||||
tex4ebook -c tex4ebook.cfg -f mobi book.tex
|
||||
tex4ebook -c tex4ebook.cfg -f azw3 book.tex
|
||||
|
||||
Reference in New Issue
Block a user