aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 $@ $<