mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 20:21:12 -06:00
committed by
GitHub
parent
5731a49828
commit
0614fe7d8f
2
.gitignore
vendored
2
.gitignore
vendored
@@ -19,6 +19,7 @@ book/content.opf
|
|||||||
book/output-epub
|
book/output-epub
|
||||||
book/figures/*.png
|
book/figures/*.png
|
||||||
book/figures/*.pdf
|
book/figures/*.pdf
|
||||||
|
book/figures/*.in
|
||||||
book/tables/*.png
|
book/tables/*.png
|
||||||
book/tables/*.pdf
|
book/tables/*.pdf
|
||||||
book/release/*
|
book/release/*
|
||||||
@@ -53,4 +54,5 @@ book/book-azw3/
|
|||||||
book_sans_serif/
|
book_sans_serif/
|
||||||
book_serif/
|
book_serif/
|
||||||
release_sans_serif/
|
release_sans_serif/
|
||||||
|
epub/
|
||||||
*.opf
|
*.opf
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ build_sans_serif_ebook: epub/book_sans_serif.epub epub/book_sans_serif.mobi \
|
|||||||
|
|
||||||
.PHONY: export_figures
|
.PHONY: export_figures
|
||||||
# Requires that you have docker running on your computer.
|
# Requires that you have docker running on your computer.
|
||||||
export_figures: $(tgt_figures)
|
export_figures: build_pdf $(tgt_figures)
|
||||||
cd figures/ && bash export_figures.sh
|
cd figures/ && bash export_figures.sh
|
||||||
|
|
||||||
# Goal is not really to have 0 warning reported but we should check we don't
|
# Goal is not really to have 0 warning reported but we should check we don't
|
||||||
|
|||||||
Reference in New Issue
Block a user