mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-22 15:03:09 +02: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:
parent
475ba28158
commit
62fa46c90c
7
modules/DESCR
Normal file
7
modules/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
USB-A-PCB: Figure 6-9 (page 99) of the
|
||||
Universal Serial Bus Specification;
|
||||
Revision 2.0; April 27, 2000
|
||||
USB-A-PCB: http://www.poweredusb.org/pdf/usb20.pdf
|
||||
# unofficial copy of the specification. We reference it here because the
|
||||
# original is in a ZIP, making access less convenient:
|
||||
# http://www.usb.org/developers/docs/usb_20_071012.zip
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user