From acf97f882fcc96e5ba3c71b4adf4be627577972e Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 7 Oct 2006 12:19:07 +0000 Subject: [PATCH 1/1] Fix some line enablements --- layout/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/layout/Makefile b/layout/Makefile index f6e6b87..eec1468 100644 --- a/layout/Makefile +++ b/layout/Makefile @@ -8,6 +8,7 @@ LAYOUTOPTS_ALL= -ep=*Cm LAYOUTOPTS= -E=*$(E_TRACK) $(LAYOUTOPTS_ALL) LAYOUTOPTS_PHYS= -S1.0 $(LAYOUTOPTS) '-e*A' XLAYOUTOPTS_LAYER= -e'=5AN' -E'*~=5rsm' -e'p~=5r' -e'*~=9C' -e'*=*l' +LAYOUTOPTS_PS= -e'[sp]=*rm' -e'p=5R' LAYOUTOPTS_SEGS= '-e*=*rm' @@ -119,11 +120,12 @@ ours-l%.ps: ours.d4 layout ours-m%.ps: ours.d4 layout ./layout <$< -l$* -E'=*aRsclDmno' \ - -e'p=*rm' -E'=5RNLDA' -E'*~=5rCdsml' $o + -E'=5RNLDA' -E'*~=5rCdsml' $(LAYOUTOPTS_PS) $o ours-e%.ps: ours.d4 layout ./layout <$< -l$* -E'=*aRsclMno' \ - -e'p=*rm' -e'=5RN' -E'*~=5rsm' -e'p~=5r' -e'*=*l' $o + -e'=5RN' -E'*~=5rsm' -e'p~=5r' -e'*=*l' \ + -e'[sp]=*rm' $o ours-p%.ps: ours.d4 layout ./layout <$< -l$$(printf %s "$*" | sed -e 's/-/ -P/') \ -- 2.30.2