From 6e70bc905e002c63d1ca7356cdf749519318143b Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sun, 12 Feb 2023 08:36:28 +0100 Subject: Use pdfjam instead of pdfnup --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f39971..f505013 100644 --- a/Makefile +++ b/Makefile @@ -33,10 +33,10 @@ $(BUILDDIR)/%-a6.pdf: ${BUILDDIR}/%-a6.ps ps2pdf -sPAPERSIZE=a6 $< $@ $(BUILDDIR)/%-a5-nup2.pdf: $(BUILDDIR)/%-a5.pdf - pdfnup --nup 2x1 --landscape -o $@ $< '1,1' + pdfjam --nup 2x1 --landscape -o $@ $< '1,1' $(BUILDDIR)/%-a6-nup4.pdf: $(BUILDDIR)/%-a6.pdf - pdfnup --nup 2x2 --no-landscape -o $@ $< '1,1,1,1' + pdfjam --nup 2x2 --no-landscape -o $@ $< '1,1,1,1' $(BUILDDIR)/%-v.pdf: $(BUILDDIR)/%.pdf pdfjam --reflect true -o $@ $< -- cgit v1.2.3