From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 5 Mar 2026 20:39:11 +0000 (+0100) Subject: [3.12] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57cc1bdfdbc208c9f4c788a58ef6554e0bd0d493;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) (#145490) Co-authored-by: Petr Viktorin --- diff --git a/Doc/Makefile b/Doc/Makefile index c1b20316ade8..61afdcf5f3b0 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -58,7 +58,7 @@ build: @if [ -f ../Misc/NEWS ] ; then \ echo "Using existing Misc/NEWS file"; \ cp ../Misc/NEWS build/NEWS; \ - elif $(BLURB) help >/dev/null 2>&1 && $(SPHINXBUILD) --version >/dev/null 2>&1; then \ + elif $(BLURB) --version && $(SPHINXBUILD) --version ; then \ if [ -d ../Misc/NEWS.d ]; then \ echo "Building NEWS from Misc/NEWS.d with blurb"; \ $(BLURB) merge -f build/NEWS; \