diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-07-01 22:02:24 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-07-01 22:02:24 +0200 |
commit | e0011a0b73a0e6a1294b6d14ec1d9c616405936a (patch) | |
tree | 37a4a0404fc3abc4b58cb860ce3234798b6a96a6 /Makefile | |
parent | ce24863f49da95b961acfd1d38ed57eda5c4d279 (diff) |
Hex paper variants
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 $< $@ |