1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-07-04 16:03:51 +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:
Werner Almesberger 2012-07-12 18:55:40 -03:00
parent 475ba28158
commit 62fa46c90c
2 changed files with 9 additions and 1 deletions

7
modules/DESCR Normal file
View 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

View File

@ -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