mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-07 21:24:39 +02:00
components/Makefile: change name of "genex" to "gencat"
This commit is contained in:
parent
6c2cafea74
commit
41befc98a9
@ -20,7 +20,7 @@ DESCR-dcm: *.dcm
|
||||
../scripts/dcm2desc -L . >$@ || { rm -f $@; exit 1; }
|
||||
|
||||
catalog catalog.pdf: EXPAND DESCR-dcm *.lib $(GEN)
|
||||
genex -p -L . EXPAND DESCR-dcm >catalog.pdf || \
|
||||
gencat -p -L . EXPAND DESCR-dcm >catalog.pdf || \
|
||||
{ rm -f catalog.pdf; exit 1; }
|
||||
|
||||
view: catalog.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user