Skip to content

Commit

Permalink
Fix typo in makefile
Browse files Browse the repository at this point in the history
recipes were not added as dependencies
  • Loading branch information
cedounet committed May 30, 2024
1 parent e5bea97 commit 67adc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ src_recipes := $(wildcard recipes/*.tex)
src_tex := $(foreach directory, $(chapters), $(wildcard $(directory)/*.tex))
src_tex += book.tex book_sans_serif.tex references.bib figures/vars.tex
src_tex += supporters.csv sourdough.sty colors.tex
scr_tex += $(src_recipes)
src_tex += $(src_recipes)

images := $(wildcard images/*/*.jpg)
images += $(wildcard images/*.jpg)
Expand Down

0 comments on commit 67adc3b

Please sign in to comment.