I wrote: > PATH=$PATH:/home/qi/eda-tools/schhist > cd board-m1/r4 > rm *.ps > eeschema --plot=ps --plot-sheetref m1.sch > for n in *.ps; do normalizeschps $n _$n; done > ../../eda-tools/schhist/schps2pdf -o m1r4.pdf -t _m1-_ _*.ps
That last line should be: schps2pdf -o m1r4.pdf -t _m1- _*.ps (We don't need the - site-dependent - relative path because we've already set PATH, and there was a typo in the prefix pattern.) > I've uploaded the result to > http://downloads.qi-hardware.com/people/werner/tmp/m1r4.pdf Updated for the current version. - Werner _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode