> > gschlas -e foo.sch > > That's good to know too. Will be useful in a Makefile.
Like this? ;-)
web :
for i in channel.sch ethernet.sch power.sch mcu.sch; do \
cp $$i tmp.sch ; \
gschlas -e tmp.sch ; \
mv tmp.sch ${WEB}/$$i; \
done
. . .
_______________________________________________
geda-user mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

