Skip to content

Commit

Permalink
user manual: add images as make target dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danmatichuk committed Aug 15, 2024
1 parent 4f7db62 commit 2c30b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-manual/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: user-manual.pdf

user-manual.pdf: *.tex
user-manual.pdf: *.tex images/*.png
latexmk -shell-escape -pdf user-manual.tex

0 comments on commit 2c30b94

Please sign in to comment.