From: Keith Packard Date: Wed, 11 Nov 2020 19:49:34 +0000 (-0800) Subject: Export all schematics, not just $*.sch X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=fe397e585cbe51036a94262afbe2c8faa7255f1c;p=hw%2Faltusmetrum Export all schematics, not just $*.sch Signed-off-by: Keith Packard --- diff --git a/pcb.mk b/pcb.mk index 6994190..ffe0fb4 100644 --- a/pcb.mk +++ b/pcb.mk @@ -264,7 +264,7 @@ muffin-keithp.pdf: partslist.csv $(AM)/glabels/muffin-5267.glabels SCHEMATICS_PDF=$(SCHEMATICS:.sch=.pdf) $(PROJECT)-sch.pdf: $(SCHEMATICS) - lepton-cli export -o $@ $*.sch + lepton-cli export -o $@ $(SCHEMATICS) $(PROJECT)-pcb.ps: $(PROJECT).pcb $(CONFIG) pcb -x ps --psfile $@ --media Letter --ps-color $(PROJECT).pcb