Skip to content

Commit

Permalink
fix(functions): Handle splitting more than one base book per project
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 10, 2023
1 parent e40563e commit 9f9eca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/utilities.mk
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ normalize: normalize_lua normalize_markdown normalize_references

split_chapters:
$(if $(MARKDOWNSOURCES),,exit 0)
$(foreach SOURCE,$(MARKDOWNSOURCES),$(call split_chapters,$(SOURCE)))
$(foreach SOURCE,$(MARKDOWNSOURCES),$(call split_chapters,$(SOURCE));)

.PHONY: normalize_files
normalize_files: private PANDOCFILTERS = --lua-filter=$(CASILEDIR)/pandoc-filters/titlecase_titles.lua
Expand Down

0 comments on commit 9f9eca2

Please sign in to comment.