genkicat/sym2xps: generate EPS, not PDF (closer to the original Postscript)

This commit is contained in:
Werner Almesberger 2017-05-07 14:31:15 -03:00
parent 76987b1dfb
commit 09d27e5b66
1 changed files with 2 additions and 3 deletions

View File

@ -88,6 +88,5 @@ EOF
cd "$tmp"
#eeschema --plot=ps "$tmp/tmp.sch"
eeplot -o "$tmp/tmp.pdf" "$tmp/tmp.pro"
pdftops "$tmp/tmp.pdf" "$tmp/tmp.ps"
mv "$tmp/tmp.ps" "$out"
eeplot -o "$tmp/tmp.eps" "$tmp/tmp.pro"
mv "$tmp/tmp.eps" "$out"