Makefile: fix path to marp theme

This commit is contained in:
Glenn Y. Rolland 2020-09-29 16:41:52 +02:00
parent 59c89f4b0d
commit 0a6261036d

View file

@ -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 $@