make: now use ibom plugin

This commit is contained in:
King Kévin 2023-03-30 11:38:14 +02:00
parent 207168f11d
commit 53ecb46e4f
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ KICAD = kicad-cli
# path to qeda
QEDA := qeda
# 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
VERSION := $(shell cat version)
@ -46,7 +46,7 @@ ${FABRICATION_DIR}: ${NAME}.versioned.kicad_pcb
# generate interactive BoM
${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
lib: