mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 23:29:42 +02:00
genex/run: updated for new usage
This commit is contained in:
parent
0565adf11f
commit
72846f1879
@ -1,8 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Hack: ps2pdf is happy with the PS generate, but if we invoke gs diretctly,
|
||||
# isn't. Some voodoo is still missing ...
|
||||
PATH=$PATH:. ./genex \
|
||||
PATH=$PATH:. ./genex -p \
|
||||
-L /home/qi/kicad-libs/components \
|
||||
/home/qi/kicad-libs/components/EXPAND DESC >out.ps
|
||||
ps2pdf out.ps out.pdf
|
||||
rm -f out.ps
|
||||
/home/qi/kicad-libs/components/EXPAND DESC >out.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user