Skip to content

Commit

Permalink
chore(covers): Use stamp instead of reversed background so page size …
Browse files Browse the repository at this point in the history
…is preserved
  • Loading branch information
alerque committed May 8, 2024
1 parent 2859958 commit 0b7c7f7
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 @@ -722,7 +722,7 @@ $(COVERPDFS): $(BUILDDIR)/%-$(_cover).pdf: $(BUILDDIR)/%-$(_cover).png $(BUILDDI
+repage \
$$bg
$(PDFTK) $(filter %.pdf,$^) cat 1 output $$text
$(PDFTK) $$bg background $$text output $@
$(PDFTK) $$text stamp $$bg output $@

BINDINGFRAGMENTS := $(addprefix $(BUILDDIR)/,$(call pattern_list,$(EDITIONEDITSOURCES),$(BOUNDLAYOUTS),-$(_binding)-$(_text).pdf))
$(BINDINGFRAGMENTS): .EXTRA_PREREQS = $(LUAINCLUDES)
Expand Down

0 comments on commit 0b7c7f7

Please sign in to comment.