From b1908595bdeb157f1408fc7c46f3b25dd236e763 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 28 Nov 2010 13:34:36 +0000 Subject: [PATCH] layout/Makefile: adhoc rune for expanding some of our PostScript files --- layout/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/layout/Makefile b/layout/Makefile index ad28b05..74ad6e8 100644 --- a/layout/Makefile +++ b/layout/Makefile @@ -89,6 +89,13 @@ compose-segenco: compose-segenco.o %.neato.ps: %.neato neato -Gsize=7.5,7.5 -Gcenter=1 -Tps <$< $o +LARGE_PS_FACTOR=3 + +%.large.ps: %.ps + pstops '0@3' <$< >$@.tmp + perl -p -e 's/\d+/ $$& * ${LARGE_PS_FACTOR} /eg' \ + -e ' if m/^\%\%.*BoundingBox/' <$@.tmp $o + %.raw.neato: %.redactgraph ./$< consistency printforneato $o -- 2.30.2