Fix problem in Makefile

This commit is contained in:
Wen Kokke 2020-07-02 20:11:43 +01:00
parent 69b89e8d1f
commit d9249935c0

View file

@ -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')