Build .xy file for .zip file
authorKeith Packard <keithp@keithp.com>
Fri, 13 Nov 2015 01:22:09 +0000 (17:22 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 13 Nov 2015 01:22:09 +0000 (17:22 -0800)
This got lost when I removed the other .gbr files as those are hard to
predict the names of

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

diff --git a/pcb.mk b/pcb.mk
index 14d8419a97e0a6b6503c81b8babd5c0638398add..0e1d6abf852f2b5492b4b997106f160a2cfbfece 100644 (file)
--- a/pcb.mk
+++ b/pcb.mk
@@ -70,7 +70,7 @@ $(PROJECT).bottom.gbr:        $(PROJECT).pcb $(CONFIG)
 
 zip: $(PROJECT).zip
 
-$(PROJECT).zip: $(PROJECT).bottom.gbr Makefile
+$(PROJECT).zip: $(PROJECT).bottom.gbr $(PROJECT).xy Makefile
        zip $(PROJECT).zip $(PROJECT).*.gbr $(PROJECT).*.cnc $(PROJECT).xy # $(PROJECT).xls
 
 oshpark: $(PROJECT)-oshpark.zip