Date:2012-04-17 13:24:21 (11 years 11 months ago)
Author:Werner Almesberger
Commit:72846f18795649c44e9780f12da7d0bac70dc788
Message:genex/run: updated for new usage

Files: genex/run (1 diff)

Change Details

genex/run
11#!/bin/sh
22# Hack: ps2pdf is happy with the PS generate, but if we invoke gs diretctly,
33# isn't. Some voodoo is still missing ...
4PATH=$PATH:. ./genex \
4PATH=$PATH:. ./genex -p \
55    -L /home/qi/kicad-libs/components \
6    /home/qi/kicad-libs/components/EXPAND DESC >out.ps
7ps2pdf out.ps out.pdf
8rm -f out.ps
6    /home/qi/kicad-libs/components/EXPAND DESC >out.pdf

Archive Download the corresponding diff file

Branches:
master



interactive