[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: RenumberBuffer()



> Next, all we need is to backannotate the gschem schematic with that...

CHANNELS = \
	$(foreach c,1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20,dups/channel${c}.sch)

all : $(CHANNELS)

dups/channel%.sch : channel.sch
	page-renumber -n '.*' -s 10 -e 19 -b $*0 channel.sch - \
	| page-renumber -re 'netname=.*1' -s 1 -e 2 -b $* - $@


Lay out one channel, run the script, add the extra pages to the
project file, poof!  It all works.


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user