#!/usr/bin/make -f
# vim: set filetype=make spelllang=en_gb textwidth=78 :

LEAFLET = mfs-sfd2013-a5-leaflet-borderless.pdf

NUP_OPTIONS += --nup 2x1
NUP_OPTIONS += --paper a4paper
NUP_OPTIONS += --landscape
NUP_OPTIONS += --frame false
NUP_OPTIONS += --noautoscale true

nup:
	pdfnup $(NUP_OPTIONS) $(LEAFLET) $(LEAFLET)
