Merge remote-tracking branch 'origin/main' into nicer_tables

This commit is contained in:
Ced
2023-05-29 21:14:05 +01:00
5 changed files with 23 additions and 2 deletions

View File

@@ -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