From 6a96b752623ce0192474b8cd8590f67a9f82e943 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 7 Mar 2019 16:50:58 +0000 Subject: [PATCH] generate and recommend use of pdfs --- .gitignore | 2 +- Makefile | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 487a62b..47b743e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,4 @@ layout-test.ps layout-test-*.ps a4-test-?.ps *.tmp.[0-9] -cmyk.pdf +*.pdf diff --git a/Makefile b/Makefile index e892d3b..73fd011 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ export PERL_PERTURB_KEYS=0 default: all -# board-pMAXPAPER-bPAGE.ps +# board-pMAXPAPER-bPAGE.pdf # where MAXPAPER is a3 for one a4 and one a3 page, PAGEs are B, MT # a4 for three a4 pages, PAGEs are B, M, T # a1 for one a1 page (with much whitespace), page is P @@ -44,7 +44,8 @@ BOARDFILES= \ $(addprefix layout-test-, b m t a1m) -all: $(addsuffix .ps, $(BOARDFILES)) +all: $(addsuffix .ps, $(BOARDFILES)) \ + $(addsuffix .pdf, $(BOARDFILES)) %.pdf: %.ps Makefile $(PS2PDF) $(PS2PDF_FLAGS) $< $@.tmp && $i -- 2.30.2