1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-06-29 00:35:06 +03:00

genex/run: updated for new usage

This commit is contained in:
Werner Almesberger 2012-04-17 08:24:21 -03:00
parent 0565adf11f
commit 72846f1879

View File

@ -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