diff --git a/components/Makefile b/components/Makefile index 20dd509..97ffe6b 100644 --- a/components/Makefile +++ b/components/Makefile @@ -20,7 +20,7 @@ DESCR-dcm: *.dcm ../scripts/dcm2desc -L . >$@ || { rm -f $@; exit 1; } catalog catalog.pdf: EXPAND DESCR-dcm *.lib $(GEN) - gencat -p -L . EXPAND DESCR-dcm >catalog.pdf || \ + genkicat -p -L . EXPAND DESCR-dcm >catalog.pdf || \ { rm -f catalog.pdf; exit 1; } view: catalog.pdf diff --git a/modules/Makefile b/modules/Makefile index 47c83cd..292d133 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -26,7 +26,7 @@ all: $(MODULES:%=%.mod) fped -k $< $@ catalog catalog.pdf: HIERARCHY $(MODULES:%=%.fpd) - gencat -F -p $(MODULES:%=-l %.fpd) HIERARCHY DESCR \ + genkicat -F -p $(MODULES:%=-l %.fpd) HIERARCHY DESCR \ >catalog.pdf || \ { rm -f catalog.pdf; exit 1; } diff --git a/scripts/missing-in-tree b/scripts/missing-in-tree index 669baea..abf6c06 100755 --- a/scripts/missing-in-tree +++ b/scripts/missing-in-tree @@ -36,7 +36,7 @@ scan_fped() trap "rm -f _tmp1 _tmp2" 0 -gencat -D "$@" >_tmp1 || exit +genkicat -D "$@" >_tmp1 || exit ext=.lib