make: now use ibom plugin

This commit is contained in:
King Kévin 2023-03-30 11:38:14 +02:00
parent 99ab15f5eb
commit 87cb8cb49b
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ KICAD = kicad-cli
# path to qeda # path to qeda
QEDA := qeda QEDA := qeda
# path to InteractiveHtmlBom # path to InteractiveHtmlBom
IBOMGEN := /usr/share/kicad/scripting/plugins/InteractiveHtmlBom/generate_interactive_bom.py IBOMGEN := ~/.local/share/kicad/7.0/3rdparty/plugins/org_openscopeproject_InteractiveHtmlBom/generate_interactive_bom.py
# read project version # read project version
VERSION := $(shell cat version) VERSION := $(shell cat version)
@ -46,7 +46,7 @@ ${FABRICATION_DIR}: ${NAME}.versioned.kicad_pcb
# generate interactive BoM # generate interactive BoM
${IBOM}: ${NAME}.versioned.kicad_pcb ${IBOM}: ${NAME}.versioned.kicad_pcb
$(IBOMGEN) --no-browser --dest-dir `dirname $@` --name-format `basename $@ ".html"` --show-fields "Value" $< &>/dev/null python $(IBOMGEN) --no-browser --dest-dir `dirname $@` --name-format `basename $@ ".html"` --show-fields "Value" $< &>/dev/null
# generate symbols and footprints from parts # generate symbols and footprints from parts
lib: lib: