1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-06-30 19:41:05 +03:00

Merge branch 'master' of projects.qi-hardware.com:kicad-libs

This commit is contained in:
Adam Wang 2012-04-19 10:59:02 +08:00
commit 1665a34cf4
2 changed files with 9 additions and 3 deletions

View File

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

View File

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