1
0
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:
Werner Almesberger
2012-07-12 18:55:40 -03:00
parent 475ba28158
commit 62fa46c90c
2 changed files with 9 additions and 1 deletions

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