chiark / gitweb /
generate and recommend use of pdfs
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 7 Mar 2019 16:50:58 +0000 (16:50 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 7 Mar 2019 16:50:58 +0000 (16:50 +0000)
.gitignore
Makefile

index 487a62b06ff903ad32b779ed966bff7c16101f50..47b743ee57e657e93b445b0fb652f8a392bc9780 100644 (file)
@@ -13,4 +13,4 @@ layout-test.ps
 layout-test-*.ps
 a4-test-?.ps
 *.tmp.[0-9]
-cmyk.pdf
+*.pdf
index e892d3bcf9ed3bb5606c30d979b67fb0f719917c..73fd0119b21962928311d1923e400d49c93a8798 100644 (file)
--- 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