Skip to content

Commit

Permalink
feat(core): Extend SILE paths to toolkit and project-rocks
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 2, 2023
1 parent 96b4c13 commit eda4346
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ IGNORES += $(DISTFILES) $(DISTDIRS)
# 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 += $(BUILDDIR)
SILEPATH += $(patsubst ./%,%,$(PUBLISHERDIR))
SILEPATH += $(CASILEDIR)

# Extra arguments to pass to Pandoc
Expand Down Expand Up @@ -463,6 +464,7 @@ $(BUILDDIR)/casile.lua: | $(BUILDDIR)
CASILE.project = "$(PROJECT)"
CASILE.casiledir = "$(CASILEDIR)"
CASILE.publisher = "casile"
extendSilePath("$(PROJECTDIR)/lua_madules")
return { _name = "casile", type = "casile" }
EOF

Expand Down

0 comments on commit eda4346

Please sign in to comment.