diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@ $< |