From 6fb472917960ef27752339d13181faf94d660daf Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 18 May 2016 21:57:15 -0700 Subject: [PATCH] Add ability to include more stuff with seeed .zip file Useful for attaching test instructions or whatever Signed-off-by: Keith Packard --- pcb.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.2