From 8241dcf1d64ccf096d1c9bb8515a064436084bb5 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 25 Aug 2004 01:28:37 +0000 Subject: [PATCH] how to view .print-*.ps --- pcb/Makefile | 3 +++ pic.make | 3 +++ spice/Makefile | 3 +++ 3 files changed, 9 insertions(+) diff --git a/pcb/Makefile b/pcb/Makefile index 6d8203a..218c33e 100644 --- a/pcb/Makefile +++ b/pcb/Makefile @@ -42,6 +42,9 @@ long2splita4=pstops -pa3 -d '0(0,-1cm)+0(-9cm,-10cm)' <$< $o %.print-assembly.ps: %.pcb.output_assembly.ps pstops -pa3 '0@1.5(-12cm,-29cm)' <$< $o +# these outputs from pstops are really A4 and can be viewed nicely with +# for f in *.print-*.ps; do gv -scale -1 -media A4 $f; done + %.net: %.net-info sed -e '/^\#/d' <$< $o diff --git a/pic.make b/pic.make index 6d8203a..218c33e 100644 --- a/pic.make +++ b/pic.make @@ -42,6 +42,9 @@ long2splita4=pstops -pa3 -d '0(0,-1cm)+0(-9cm,-10cm)' <$< $o %.print-assembly.ps: %.pcb.output_assembly.ps pstops -pa3 '0@1.5(-12cm,-29cm)' <$< $o +# these outputs from pstops are really A4 and can be viewed nicely with +# for f in *.print-*.ps; do gv -scale -1 -media A4 $f; done + %.net: %.net-info sed -e '/^\#/d' <$< $o diff --git a/spice/Makefile b/spice/Makefile index 6d8203a..218c33e 100644 --- a/spice/Makefile +++ b/spice/Makefile @@ -42,6 +42,9 @@ long2splita4=pstops -pa3 -d '0(0,-1cm)+0(-9cm,-10cm)' <$< $o %.print-assembly.ps: %.pcb.output_assembly.ps pstops -pa3 '0@1.5(-12cm,-29cm)' <$< $o +# these outputs from pstops are really A4 and can be viewed nicely with +# for f in *.print-*.ps; do gv -scale -1 -media A4 $f; done + %.net: %.net-info sed -e '/^\#/d' <$< $o -- 2.30.2