Skip to content

Commit

Permalink
feat(scripts): Prepend publisher toolkit scripts dir to path
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 15, 2023
1 parent ae1fc34 commit d149efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ SILEPATH ?= $(and $(SILE_PATH),$(subst ;,$( ),$(SILE_PATH)))
SILEPATH += $(BUILDDIR)
ifneq ($(PUBLISHERDIR),$(CASILEDIR))
SILEPATH += $(patsubst ./%,%,$(PUBLISHERDIR))
export PATH := $(PUBLISHERDIR)/scripts:$(PATH)
endif
SILEPATH += $(CASILEDIR)

Expand Down

0 comments on commit d149efb

Please sign in to comment.