From: Ian Jackson Date: Sat, 5 Dec 2020 22:17:25 +0000 (+0000) Subject: use pdf with prepress (ie embedded fonts) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b15f494741ba633302db2142732a77fcd7157db9;p=quacks.git use pdf with prepress (ie embedded fonts) --- diff --git a/Makefile b/Makefile index f9cb785..9bfeb21 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ -all: pumpkin-books.ps +all: pumpkin-books.pdf + +# Don't print the ps, printers (eg ours!) don't always have the fonts pumpkin-books.ps: pumpkin-books.ps.pl ./$< >$@.new && mv -f $@.new $@