gEDA-user: batch printing
Ben Jackson
ben at ben.com
Mon Sep 3 04:08:37 EDT 2007
On Mon, Sep 03, 2007 at 09:56:23AM +0200, Duncan Drennan wrote:
>
> Is it possible to do batch printing?
Here's a snippet of a makefile I use:
SHEETS != awk '/^schematics / { $$1=""; print;}' project
schem.pdf: schem.ps
ps2pdf $>
schem.ps: $(SHEETS)
rm -f ONEPAGE.ps
for S in $(SHEETS) ; \
do \
gschem -q -p -oONEPAGE.ps -s/usr/local/geda/share/gEDA/scheme/print.scm
$$S ; \
cat ONEPAGE.ps ;\
done > schem.ps
rm -f ONEPAGE.ps
--
Ben Jackson AD7GD
<ben at ben.com>
http://www.ben.com/
More information about the geda-user
mailing list