Skip to content

Commit

Permalink
Merge branch 'hendricius:main' into epub_condense
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoneguard001 authored Dec 31, 2024
2 parents 8eb4b9f + d78c29b commit 20714f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion book/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ chapters = baking basics bread-types cover flour-types history intro mix-ins\

src_tables := $(wildcard tables/table-*.tex)
src_figures := $(wildcard figures/fig-*.tex) figures/flowcharts_tikz.tex
src_figures += $(wildcard plots/fig-*.tex)
src_recipes := $(wildcard recipes/*.tex)
src_plots := $(wildcard plots/*.table)

src_tex := $(foreach directory, $(chapters), $(wildcard $(directory)/*.tex))
src_tex += book.tex book_sans_serif.tex references.bib figures/vars.tex
Expand All @@ -58,7 +60,7 @@ bw_images := $(addprefix bw-book-epub/OEBPS/, $(images))
# images to lower resolution
low_res_images := $(addprefix low-res-book-epub/OEBPS/, $(images))

src_all := $(src_tex) $(src_figures) $(src_tables) $(images)
src_all := $(src_tex) $(src_figures) $(src_tables) $(images) $(src_plots)

ebook_src := $(src_all) tex4ebook.cfg book.mk4 book-ebook.css

Expand Down

0 comments on commit 20714f8

Please sign in to comment.