Makefile: fix path to marp theme
This commit is contained in:
parent
59c89f4b0d
commit
0a6261036d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -80,7 +80,7 @@ $(BUILD_DIR)/slides/%.pdf: slides/%.md
|
|||
npx marp --allow-local-files \
|
||||
--engine $$(pwd)/.marp/engine.js \
|
||||
--html \
|
||||
--theme theme.css \
|
||||
--theme $$(pwd)/.marp/theme.css \
|
||||
$< \
|
||||
-o $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue