From 7bcead9c7574210b78db953df817ca6ab2d65552 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Nov 2010 17:35:51 +0000 Subject: [PATCH] layout/Makefile: add colouring options to appropriate invocations --- layout/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layout/Makefile b/layout/Makefile index efbe353..07cc6bc 100644 --- a/layout/Makefile +++ b/layout/Makefile @@ -10,9 +10,10 @@ E_TRACK= ArsCLMNo LAYOUTOPTS_ALL= -ep=*Cm LAYOUTOPTS= -E=*$(E_TRACK) $(LAYOUTOPTS_ALL) LAYOUTOPTS_PHYS= -S1.0 $(LAYOUTOPTS) '-e*A' -LAYOUTOPTS_PS= -e'[sp]=*rm' -e'p=5C' +LAYOUTOPTS_PS= -e'[sp]=*rm' -e'p=5C' $(LAYOUTOPTS_COLOUR) XLAYOUTOPTS_LAYER= -e'=5AN' -E'*~=5rsm' -e'p~=5r' -e'*~=9C' -e'*=*l' \ $(LAYOUTOPTS_PS) +LAYOUTOPTS_COLOUR= -CA=\#f00 -CC=\#dd0 -CrpLD=\#00f -Ci=\#c0c PLANUI_PSDPI= 72 PLANUI_WIDTH= 595 @@ -171,7 +172,7 @@ testphys-m%.ps: testphys.d4 layout ours-e%.ps: ours.d4 layout $(LAYOUT) <$< -l$* -E'=*aRsclMno' \ -e'=5RN' -E'*~=5rsm' -e'p~=5r' -e'*=*l' \ - -e'[sp]=*rm' $o + -e'[sp]=*rm' $(LAYOUTOPTS_COLOUR) $o ours-p%.ps: ours.d4 layout $(LAYOUT) <$< -l$$(printf %s "$*" | sed -e 's/-/ -P/') \ -- 2.30.2