Include correct files for seeed PCB zip files
authorKeith Packard <keithp@keithp.com>
Sun, 22 Nov 2015 01:12:01 +0000 (17:12 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 22 Nov 2015 01:12:01 +0000 (17:12 -0800)
Was missing a few important bits, like the top soldermask layer.

Signed-off-by: Keith Packard <keithp@keithp.com>
pcb.mk

diff --git a/pcb.mk b/pcb.mk
index 8766d12323cb06c1b77d547a9a58c70d41e1af9c..9160a655383a1244e671e0f7388bb331fd01417d 100644 (file)
--- a/pcb.mk
+++ b/pcb.mk
@@ -119,8 +119,10 @@ $(PROJECT)-seeed.zip: $(PROJECT).bottom.gbr
                cp $(PROJECT).group2.gbr $(PROJECT).gl2; \
                cp $(PROJECT).group3.gbr $(PROJECT).gl3; \
        fi
-       zip $(PROJECT)-seeed.zip $(PROJECT).gbl $(PROJECT).gbs $(PROJECT).gbo \
-               $(PROJECT).gto $(PROJECT).gml $(PROJECT).gtl $(PROJECT).txt \
+       zip $(PROJECT)-seeed.zip \
+               $(PROJECT).gtl $(PROJECT).gts $(PROJECT).gto \
+               $(PROJECT).gbl $(PROJECT).gbs $(PROJECT).gbo \
+               $(PROJECT).gml $(PROJECT).txt \
                $(PROJECT).gl2 $(PROJECT).gl3
 
 stencil:       $(PROJECT).bottom.gbr $(PROJECT).toppaste.gbr $(PROJECT).outline.gbr