Skip to content

Commit

Permalink
Fix booklet dependencies in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cedounet committed May 29, 2024
1 parent 37d7ec1 commit ebdf0ad
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 @@ -90,7 +90,7 @@ tgt_figures := $(patsubst %.tex, %.png,$(src_figures))
%.xbb: %.jpg
ebb -x $<

booklet/booklet.pdf: $(src_all) booklet.tex
booklet/booklet.pdf: $(booklet_src)
$(LATEX) -output-directory=booklet booklet.tex

book_serif/book.pdf: $(src_all)
Expand Down

0 comments on commit ebdf0ad

Please sign in to comment.