diff --git a/genex/run b/genex/run index 68a3042..cb6a200 100755 --- a/genex/run +++ b/genex/run @@ -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