From e0011a0b73a0e6a1294b6d14ec1d9c616405936a Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 1 Jul 2017 22:02:24 +0200 Subject: Hex paper variants --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d179e1..e35380d 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,11 @@ $(BUILDDIR)/%.ps: designs/%.yaml mkdir -p ${BUILDDIR} ./bin/render -o $@ $< +$(BUILDDIR)/%-a3.pdf: ${BUILDDIR}/%-a3.ps + ps2pdf -sPAPERSIZE=a3 $< $@ + $(BUILDDIR)/%-a4.pdf: ${BUILDDIR}/%-a4.ps - ps2pdf $< $@ + ps2pdf -sPAPERSIZE=a4 $< $@ $(BUILDDIR)/%-a5.pdf: ${BUILDDIR}/%-a5.ps ps2pdf -sPAPERSIZE=a5 $< $@ -- cgit v1.2.3