aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-07-01 22:02:24 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-07-01 22:02:24 +0200
commite0011a0b73a0e6a1294b6d14ec1d9c616405936a (patch)
tree37a4a0404fc3abc4b58cb860ce3234798b6a96a6 /Makefile
parentce24863f49da95b961acfd1d38ed57eda5c4d279 (diff)
Hex paper variants
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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 $< $@