Skip to content

Commit b6fcddb

Browse files
committed
Trim spare spaces from Makefile syntax
1 parent b0bf617 commit b6fcddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ fonts: .fonts/EgyptianOpenType.ttf
119119

120120
%-pagedjs.pdf %-pagedjs.toml: %/pagedjs.html
121121
local args="$(call get_typesetter_args,content/$(notdir $(basename $*)).md,$(notdir $(basename $<)))"
122-
$(call make_manifest,$(PAGEDJS) $(TYPESETTER_ARGS) $(PAGEDJS_ARGS))
122+
$(call make_manifest,$(PAGEDJS) $(TYPESETTER_ARGS) $(PAGEDJS_ARGS))
123123

124124
%-satysfi.pdf %-saty.toml: %/satysfi.saty
125125
$(call make_manifest,$(SATYSFI) $(SATYSFI_ARGS))

0 commit comments

Comments
 (0)