gsch2pcb: Make --m4-file and -m4-pcbdir arguments work again.
[geda-gaf/peter-b.git] / examples / lightning_detector / bom.readme
blob980c568245bb1a1e24c813c9f049cc6aa18f39c9
1 # An awful hack, not yet finished, written by Terry Porter <techman@dingoblue.net.au>
2 # January 2001, released under the terms of the GPL, please see the file "COPYING",
3 #  included.
5 # I'm learning Python as I go, and I'm a hardware guy with no formal
6 # programming experience, just a little basic C knowledge, and it shows. 
8 # Requires Python installed on your system.
9 # Is designed to work *only* with schematic capture files produced by
10 # gschem.
12 # Usage:    "./bom schematic.sch"
13 # this will produce "schematic.sch.bom"
15 # Bugs: If a part has no value it won't be listed.
17 # How does it work ? Bom just searches the gschem sch file for "uref"
18 # and value, saves them to a temp file then sorts them.