mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-22 19:14:08 +02:00
Merge branch 'master' of projects.qi-hardware.com:kicad-libs
This commit is contained in:
commit
1665a34cf4
@ -26,9 +26,12 @@ Codec
|
|||||||
Connector
|
Connector
|
||||||
Generic
|
Generic
|
||||||
TESTPOINT
|
TESTPOINT
|
||||||
|
conn_2
|
||||||
|
conn_3
|
||||||
conn_4
|
conn_4
|
||||||
conn_5x2
|
conn_5x2
|
||||||
conn_7x2
|
conn_7x2
|
||||||
|
conn_10x2
|
||||||
Card
|
Card
|
||||||
8:10-card
|
8:10-card
|
||||||
MEMCARD8
|
MEMCARD8
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Note that we don't have the concept of a "library of everything" so far.
|
# Note that we don't have the concept of a "library of everything" so far.
|
||||||
#
|
#
|
||||||
|
|
||||||
.PHONY: all sch catalog view missing clean spotless
|
.PHONY: all sch catalog view upload missing clean spotless
|
||||||
|
|
||||||
all: sch
|
all: sch
|
||||||
|
|
||||||
@ -17,13 +17,16 @@ sch:
|
|||||||
DESCR-dcm: *.dcm
|
DESCR-dcm: *.dcm
|
||||||
../scripts/dcm2desc -L . >$@ || { rm -f $@; exit 1; }
|
../scripts/dcm2desc -L . >$@ || { rm -f $@; exit 1; }
|
||||||
|
|
||||||
catalog: DESCR-dcm
|
catalog catalog.pdf: EXPAND DESCR-dcm *.lib
|
||||||
genex -p -L . EXPAND DESCR-dcm >catalog.pdf || \
|
genex -p -L . EXPAND DESCR-dcm >catalog.pdf || \
|
||||||
{ rm -f catalog.pdf; exit 1; }
|
{ rm -f catalog.pdf; exit 1; }
|
||||||
|
|
||||||
view:
|
view: catalog.pdf
|
||||||
$${DSV_PDFVIEWER:-xpdf} catalog.pdf
|
$${DSV_PDFVIEWER:-xpdf} catalog.pdf
|
||||||
|
|
||||||
|
upload: catalog.pdf
|
||||||
|
qippl catalog.pdf tmp/kicad-libs-components.pdf
|
||||||
|
|
||||||
missing:
|
missing:
|
||||||
../scripts/missing-in-tree -L . EXPAND
|
../scripts/missing-in-tree -L . EXPAND
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user