mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 12:41:12 -06:00
Fix booklet dependencies in makefile
This commit is contained in:
@@ -90,7 +90,7 @@ tgt_figures := $(patsubst %.tex, %.png,$(src_figures))
|
|||||||
%.xbb: %.jpg
|
%.xbb: %.jpg
|
||||||
ebb -x $<
|
ebb -x $<
|
||||||
|
|
||||||
booklet/booklet.pdf: $(src_all) booklet.tex
|
booklet/booklet.pdf: $(booklet_src)
|
||||||
$(LATEX) -output-directory=booklet booklet.tex
|
$(LATEX) -output-directory=booklet booklet.tex
|
||||||
|
|
||||||
book_serif/book.pdf: $(src_all)
|
book_serif/book.pdf: $(src_all)
|
||||||
|
|||||||
Reference in New Issue
Block a user