From: Bdale Garbee Date: Mon, 5 Nov 2018 19:55:12 +0000 (-0700) Subject: handle pcb-rnd case where inner layers are differently numbered X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=2ebd3876e364fcfe66a534357429c21a4c1449a0;p=hw%2Faltusmetrum handle pcb-rnd case where inner layers are differently numbered --- diff --git a/pcb-rnd.mk b/pcb-rnd.mk index 25a6733..b179a21 100644 --- a/pcb-rnd.mk +++ b/pcb-rnd.mk @@ -117,6 +117,9 @@ $(PROJECT)-ac.zip: $(PROJECT).bottom.gbr $(PROJECT).xy elif [ -f $(PROJECT).group2.gbr -a -f $(PROJECT).group3.gbr ]; then \ cp $(PROJECT).group2.gbr $(PROJECT).gl2; \ cp $(PROJECT).group3.gbr $(PROJECT).gl3; \ + elif [ -f $(PROJECT).group5.gbr -a -f $(PROJECT).group7.gbr ]; then \ + cp $(PROJECT).group5.gbr $(PROJECT).gl2; \ + cp $(PROJECT).group7.gbr $(PROJECT).gl3; \ fi rm -f $@ && zip $@ \ $(PROJECT).gtl $(PROJECT).gts $(PROJECT).gto $(PROJECT).gtp \