Skip to content

Commit

Permalink
chore(rules): Let Lua take care of paths in SILE files
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 30, 2020
1 parent 425b5ba commit 2e01d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ $(FULLSILS): %.sil: $$(PROCESSEDSOURCE) $$(call pattern_list,$$(call parse_booki
-V versioninfo="$(call versioninfo,$@)" \
-V urlinfo="$(call urlinfo,$@)" \
-V qrimg="./$(filter %-url.png,$^)" \
$(foreach LUA,$(call reverse,$(filter %.lua,$|)), -V script=$(basename $(LUA))) \
$(foreach LUA,$(call reverse,$(filter %.lua,$|)), -V script=$(subst $(CASILEDIR),,$(basename $(LUA)))) \
--template=$(filter %.sil,$^) \
--from=markdown \
--to=sile \
Expand Down

0 comments on commit 2e01d0b

Please sign in to comment.