We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a6b5c commit b64598eCopy full SHA for b64598e
Makefile
@@ -216,7 +216,7 @@ ${IBOM}: ${PCB} | ${ASSEMBLY_DIR}
216
xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" ${IBOM_SCRIPT} "$<" \
217
--dnp-field DNP --group-fields "Value,Footprint" --blacklist "X1,MH*" \
218
--include-nets --normalize-field-case --no-browser --dest-dir ./ \
219
- --name-format "$(basename $@ .html)"
+ --name-format "$(basename $@)"
220
221
${FABZIP}: ${GERBER_DIR}
222
zip -rj "$@" "$<"
0 commit comments