Attention is currently required from: Thomas Heijligen, Alexander Goncharov.
Anastasia Klimchuk has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/74519 )
Change subject: Makefile: Build man-page only when sphinx is available ......................................................................
Patch Set 1: Code-Review+1
(2 comments)
File Makefile:
https://review.coreboot.org/c/flashrom/+/74519/comment/b02dd93c_e2cc0e6c PS1, Line 1024: @echo "Found "sphinx-build" to generate man-pages: $(HAS_SPHINXBUILD)" The previous lines have the pattern of message "Checking for XYZ: yes/no" maybe lets follow the pattern,
Checking for "sphinx-build" to generate man-pages: $(HAS_SPHINXBUILD) ?
https://review.coreboot.org/c/flashrom/+/74519/comment/9639cfb2_1e3e87d0 PS1, Line 1036: man8/$(PROGRAM).8: When is this executed? which command runs this?