mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-22 14:31:53 +02:00
modules/Makefile: generate list of .fpd files from variable MODULES
... instead of scanning the directory. Also commend out the two footprints currently not included in MODULES (zx62m-b-5p.fpd and dip4of6.fpd).
This commit is contained in:
parent
1d23f0a742
commit
475ba28158
@ -42,7 +42,7 @@ Connector
|
||||
8:10-SOCKET-RA
|
||||
miniUSB_B
|
||||
USB-A-PLUG-SMT
|
||||
ZX62M-B-BP
|
||||
# ZX62M-B-BP
|
||||
Header
|
||||
he-shrouded-2x2pins-2mm
|
||||
he-shrouded-3x2pins-2mm
|
||||
@ -269,7 +269,7 @@ Dual
|
||||
TSOP-66
|
||||
TH
|
||||
DIP-4-300mil
|
||||
DIP-4/6-300mil
|
||||
# DIP-4/6-300mil
|
||||
DIP-6-300mil
|
||||
DIP-8-300mil
|
||||
DIP-10-300mil
|
||||
|
@ -31,8 +31,8 @@ spotless: clean
|
||||
.fpd.mod:
|
||||
fped -k $< $@
|
||||
|
||||
catalog catalog.pdf: HIERARCHY *.fpd
|
||||
gencat -F -p -L . HIERARCHY >catalog.pdf || \
|
||||
catalog catalog.pdf: HIERARCHY $(MODULES:%=%.fpd)
|
||||
gencat -F -p $(MODULES:%=-l %.fpd) HIERARCHY >catalog.pdf || \
|
||||
{ rm -f catalog.pdf; exit 1; }
|
||||
|
||||
view: catalog.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user