mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2025-04-21 12:17:26 +03:00
modules/{Makefile, DESCR}: include descriptions in catalog
DESCR is just for demonstration purposes. Need to think of a way to extract descriptions from material we already have.
This commit is contained in:
@@ -32,7 +32,8 @@ spotless: clean
|
||||
fped -k $< $@
|
||||
|
||||
catalog catalog.pdf: HIERARCHY $(MODULES:%=%.fpd)
|
||||
gencat -F -p $(MODULES:%=-l %.fpd) HIERARCHY >catalog.pdf || \
|
||||
gencat -F -p $(MODULES:%=-l %.fpd) HIERARCHY DESCR \
|
||||
>catalog.pdf || \
|
||||
{ rm -f catalog.pdf; exit 1; }
|
||||
|
||||
view: catalog.pdf
|
||||
|
||||
Reference in New Issue
Block a user