From d25582778fcf4440505965d5a80ea87728405c9f Mon Sep 17 00:00:00 2001 From: Cedric Date: Sun, 29 Dec 2024 18:39:10 +0000 Subject: [PATCH] Add new plots sources to makefile dependencies --- book/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/makefile b/book/makefile index c34caed..07445e0 100644 --- a/book/makefile +++ b/book/makefile @@ -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))