From e5f204aaf5b97fbd6da29ca972a410fbe0d8565d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 22 Nov 2010 02:12:15 +0000 Subject: [PATCH] layout/Makefile: add ours-E*.ps --- layout/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/layout/Makefile b/layout/Makefile index 63b87e5..ad28b05 100644 --- a/layout/Makefile +++ b/layout/Makefile @@ -33,9 +33,10 @@ LAYERS_LS= 0 4 10 26 30 LAYERS_PS= $(addsuffix .ps, $(LAYERS_LS)) LAYERS_L= $(addprefix ours-l, $(LAYERS_PS)) LAYERS_E= $(addprefix ours-e, $(LAYERS_PS)) ours-e20.ps +LAYERS_EB= $(addprefix ours-E, $(LAYERS_PS)) LAYERS_S= $(addprefix ours-s, $(LAYERS_PS)) LAYERS_M= $(addprefix ours-m, $(LAYERS_PS)) -LAYERS= $(LAYERS_L) $(LAYERS_E) $(LAYERS_S) $(LAYERS_M) \ +LAYERS= $(LAYERS_L) $(LAYERS_E) $(LAYERS_EB) $(LAYERS_S) $(LAYERS_M) \ testphys-a.ps testphys-m4.ps LPAGES= $(foreach x, 0 1 2 3 4 5 6, $(foreach y, 1 2 3 4 5, ours-p4-$xx$y.ps)) @@ -180,6 +181,10 @@ testphys-m%.ps: testphys.d4 layout ours-e%.ps: ours.d4 layout $(LAYOUT) <$< -l$* $(LAYOUTOPTS_E) $(LAYOUTOPTS_COLOUR) $o +ours-E%.ps: ours.d4 layout + $(LAYOUT) <$< -l$* $(LAYOUTOPTS_E) -Cl=- \ + -CR=#88f -CM=#ccf -E*d -El*c $o + ours-p%.ps: ours.d4 layout $(LAYOUT) <$< -l$$(printf %s "$*" | sed -e 's/-/ -P/') \ $(LAYOUTOPTS_PHYS) $(XLAYOUTOPTS_LAYER) $o -- 2.30.2