move to use of partslistgag from a local copy
[hw/telescience] / Makefile
index a7585d9d667c580ad4f357e5328e02634b7b3f53..bb6056c14596ce4f64b9c974a70bc878b42eedb7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,8 @@ partslist:    telescience.sch Makefile
        rm -f telescience.unsorted
 
 partslist.csv: telescience.sch Makefile
-       gnetlist -g partslist4 -o telescience.unsorted telescience.sch
+       gnetlist -m scheme/gnet-partslistgag.scm -g partslistgag \
+               -o telescience.unsorted telescience.sch
        head -n1 telescience.unsorted > partslist.csv
        tail -n+2 telescience.unsorted | sort -t \, -k 8 >> partslist.csv
        rm -f telescience.unsorted
@@ -37,7 +38,7 @@ push:
 telescience.xy:        telescience.pcb
        pcb -x bom telescience.pcb
 
-telescience.back.gbr:  telescience.pcb
+telescience.bottom.gbr:        telescience.pcb
        pcb -x gerber telescience.pcb
 
 zip:   telescience.bottom.gbr telescience.bottommask.gbr telescience.fab.gbr telescience.top.gbr telescience.topmask.gbr telescience.toppaste.gbr telescience.topsilk.gbr telescience.plated-drill.cnc
@@ -52,6 +53,8 @@ dorkbot: telescience.bottom.gbr telescience.bottommask.gbr telescience.top.gbr t
        mv telescience.topmask.gbr top\ solder\ mask.ger
        mv telescience.topsilk.gbr top\ silk\ screen.ger
        mv telescience.plated-drill.cnc drills.xln
+       mv telescience.group2.gbr internal\ plane\ 1.ger
+       mv telescience.group3.gbr internal\ plane\ 2.ger
        zip telescience-dorkbot.zip *.ger *.xln
        
 clean: