]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Mar 2026 20:39:11 +0000 (21:39 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2026 20:39:11 +0000 (22:39 +0200)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/Makefile

index c1b20316ade88f09ce2fcdda66f0e9cea2e760a1..61afdcf5f3b0ef83b1c83c19db199971051d8351 100644 (file)
@@ -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; \