mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2025-04-02 20:57:29 +03:00
components/Makefile: improved dependencies; target "upload" to upload catalog
Upload location is http://downloads.qi-hardware.com/people/werner/tmp/kicad-libs-components.pdf
This commit is contained in:
parent
9a68e1b8cd
commit
8459988f80
@ -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…
x
Reference in New Issue
Block a user