Skip to content

Commit

Permalink
feat(rules): Extend rather than obliterate user-specified SILE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 2, 2023
1 parent de47b88 commit f605617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rules/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ IGNORES += $(PROJECTCONFIGS)
IGNORES += $(BUILDDIR)
IGNORES += $(DISTFILES) $(DISTDIRS)

# Tell SILE to look here for stuff before its internal stuff
# Tell SILE to look here for stuff before its internal stuff, but still keep anything the user set before run
SILEPATH ?= $(and $(SILE_PATH),$(subst ;,$( ),$(SILE_PATH)))
SILEPATH += $(CASILEDIR)

# Extra arguments to pass to Pandoc
Expand Down

0 comments on commit f605617

Please sign in to comment.