From: Keith Packard Date: Thu, 19 May 2016 04:57:15 +0000 (-0700) Subject: Add ability to include more stuff with seeed .zip file X-Git-Tag: telelco-v3.0~612^2~13 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6fb472917960ef27752339d13181faf94d660daf;p=hw%2Faltusmetrum Add ability to include more stuff with seeed .zip file Useful for attaching test instructions or whatever Signed-off-by: Keith Packard --- diff --git a/pcb.mk b/pcb.mk index 4386ec5..8c2c116 100644 --- a/pcb.mk +++ b/pcb.mk @@ -145,7 +145,7 @@ $(PROJECT)-oshpark.zip: $(PROJECT).bottom.gbr $(PROJECT).all-drill.cnc seeed: $(PROJECT)-seeed.zip $(PROJECT)-seeed.csv -$(PROJECT)-seeed.zip: $(PROJECT).bottom.gbr $(PROJECT).all-drill.cnc $(PROJECT)-sch.pdf +$(PROJECT)-seeed.zip: $(PROJECT).bottom.gbr $(PROJECT).all-drill.cnc $(PROJECT)-sch.pdf $(SEEED_EXTRA) cp $(PROJECT).bottom.gbr $(PROJECT).gbl cp $(PROJECT).bottommask.gbr $(PROJECT).gbs if [ -f $(PROJECT).bottomsilk.gbr ]; then \ @@ -176,7 +176,8 @@ $(PROJECT)-seeed.zip: $(PROJECT).bottom.gbr $(PROJECT).all-drill.cnc $(PROJECT)- $(PROJECT).gbl $(PROJECT).gbs $(PROJECT).gbo $(PROJECT).gbp \ $(PROJECT).gml $(PROJECT).txt \ $(PROJECT).gl2 $(PROJECT).gl3 \ - $(PROJECT).xy $(PROJECT)-sch.pdf + $(PROJECT).xy $(PROJECT)-sch.pdf \ + $(SEEED_EXTRA) stencil: $(PROJECT).bottom.gbr $(PROJECT).toppaste.gbr $(PROJECT).outline.gbr zip $(PROJECT)-stencil.zip $(PROJECT).toppaste.gbr $(PROJECT).outline.gbr