From 0a6261036d99ccd019d40b7e58c8bf1537ef5f74 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 29 Sep 2020 16:41:52 +0200 Subject: [PATCH] Makefile: fix path to marp theme --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9b7981..f23f5b8 100755 --- a/Makefile +++ b/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 $@