Skip to content

Commit

Permalink
Add new plots sources to makefile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cedounet committed Dec 29, 2024
1 parent 0f1daec commit d255827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ 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_figures += $(wildcard plots/*.table)
src_recipes := $(wildcard recipes/*.tex)

src_tex := $(foreach directory, $(chapters), $(wildcard $(directory)/*.tex))
Expand Down

0 comments on commit d255827

Please sign in to comment.