]> git.gag.com Git - hw/altusmetrum/commitdiff
Ship paste files to seeed
authorKeith Packard <keithp@keithp.com>
Mon, 18 Jan 2016 02:05:18 +0000 (18:05 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 18 Jan 2016 02:05:18 +0000 (18:05 -0800)
They'll need these for pcb assembly

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

diff --git a/pcb.mk b/pcb.mk
index cae266f63c023377521923bf65e3dfa97672dc1d..ce78df71dbc3e5c8a87ece39d6d3cdddb5873b8c 100644 (file)
--- a/pcb.mk
+++ b/pcb.mk
@@ -107,9 +107,15 @@ $(PROJECT)-seeed.zip: $(PROJECT).bottom.gbr $(PROJECT)-sch.pdf
        if [ -f $(PROJECT).bottomsilk.gbr ]; then \
                cp $(PROJECT).bottomsilk.gbr $(PROJECT).gbo; \
        fi
+       if [ -f $(PROJECT).bottompaste.gbr ]; then \
+               cp $(PROJECT).bottompaste.gbr $(PROJECT).gbp; \
+       fi
        if [ -f $(PROJECT).topsilk.gbr ]; then \
                cp $(PROJECT).topsilk.gbr $(PROJECT).gto; \
        fi
+       if [ -f $(PROJECT).toppaste.gbr ]; then \
+               cp $(PROJECT).toppaste.gbr $(PROJECT).gtp; \
+       fi
        cp $(PROJECT).outline.gbr $(PROJECT).gml
        cp $(PROJECT).top.gbr $(PROJECT).gtl
        cp $(PROJECT).topmask.gbr $(PROJECT).gts
@@ -122,8 +128,8 @@ $(PROJECT)-seeed.zip: $(PROJECT).bottom.gbr $(PROJECT)-sch.pdf
                cp $(PROJECT).group3.gbr $(PROJECT).gl3; \
        fi
        zip $(PROJECT)-seeed.zip \
-               $(PROJECT).gtl $(PROJECT).gts $(PROJECT).gto \
-               $(PROJECT).gbl $(PROJECT).gbs $(PROJECT).gbo \
+               $(PROJECT).gtl $(PROJECT).gts $(PROJECT).gto $(PROJECT).gtp \
+               $(PROJECT).gbl $(PROJECT).gbs $(PROJECT).gbo $(PROJECT).gbp \
                $(PROJECT).gml $(PROJECT).txt \
                $(PROJECT).gl2 $(PROJECT).gl3 \
                $(PROJECT).xy $(PROJECT)-sch.pdf