From: ian Date: Thu, 12 Feb 2004 13:33:29 +0000 (+0000) Subject: attempt to elide out-of-level platforms, unsuccessfully? X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=ebf1e82dccc020ddb92e8cfcdfa33db533a21c63;p=trains.git attempt to elide out-of-level platforms, unsuccessfully? --- diff --git a/pcb/Makefile b/pcb/Makefile index 5779de4..393e8a9 100644 --- a/pcb/Makefile +++ b/pcb/Makefile @@ -23,7 +23,7 @@ o=>$@.new && mv -f $@.new $@ ours-l%.ps: ours.d4 layout ./layout <$< -l$* $(LAYOUTOPTS) \ - -e'=5AN' -E'*~=5rsm' -e'*~=9C' -e'*=*l' $o + -e'=5AN' -E'*~=5rsm' -e'p~=5r' -e'*~=9C' -e'*=*l' $o parts.ps: showlib.d4 layout ./layout <$< $(LAYOUTOPTS_ALL) $o diff --git a/pic.make b/pic.make index 5779de4..393e8a9 100644 --- a/pic.make +++ b/pic.make @@ -23,7 +23,7 @@ o=>$@.new && mv -f $@.new $@ ours-l%.ps: ours.d4 layout ./layout <$< -l$* $(LAYOUTOPTS) \ - -e'=5AN' -E'*~=5rsm' -e'*~=9C' -e'*=*l' $o + -e'=5AN' -E'*~=5rsm' -e'p~=5r' -e'*~=9C' -e'*=*l' $o parts.ps: showlib.d4 layout ./layout <$< $(LAYOUTOPTS_ALL) $o diff --git a/spice/Makefile b/spice/Makefile index 5779de4..393e8a9 100644 --- a/spice/Makefile +++ b/spice/Makefile @@ -23,7 +23,7 @@ o=>$@.new && mv -f $@.new $@ ours-l%.ps: ours.d4 layout ./layout <$< -l$* $(LAYOUTOPTS) \ - -e'=5AN' -E'*~=5rsm' -e'*~=9C' -e'*=*l' $o + -e'=5AN' -E'*~=5rsm' -e'p~=5r' -e'*~=9C' -e'*=*l' $o parts.ps: showlib.d4 layout ./layout <$< $(LAYOUTOPTS_ALL) $o