From d9249935c032bb5cde2da6bd6e2b4326fcb029da Mon Sep 17 00:00:00 2001 From: Wen Kokke Date: Thu, 2 Jul 2020 20:11:43 +0100 Subject: [PATCH] Fix problem in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d63d8c93..9225729e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PLFA_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) RUBY := ruby GEM := $(RUBY) -S gem BUNDLE := $(RUBY) -S bundle -JEKYLL := $(JEKYLL) +JEKYLL := $(BUNDLE) exec jekyll HTML_PROOFER := $(BUNDLE) exec htmlproofer LUA_FILES := $(shell find . -type f -and -path '*/epub/*' -and -name '*.lua')