Fix problem in Makefile
This commit is contained in:
parent
69b89e8d1f
commit
d9249935c0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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')
|
||||
|
|
Loading…
Reference in a new issue