mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2025-04-21 12:17:26 +03: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user