1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-07-02 13:53:17 +03:00

components/Makefile: change name of "genex" to "gencat"

This commit is contained in:
Werner Almesberger 2012-07-11 12:32:52 -03:00
parent 6c2cafea74
commit 41befc98a9

View File

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