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 \
|
npx marp --allow-local-files \
|
||||||
--engine $$(pwd)/.marp/engine.js \
|
--engine $$(pwd)/.marp/engine.js \
|
||||||
--html \
|
--html \
|
||||||
--theme theme.css \
|
--theme $$(pwd)/.marp/theme.css \
|
||||||
$< \
|
$< \
|
||||||
-o $@
|
-o $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue