Skip to content

Commit c7ab95a

Browse files
[3.11] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) (#145491)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 3044707 commit c7ab95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ build:
5757
@if [ -f ../Misc/NEWS ] ; then \
5858
echo "Using existing Misc/NEWS file"; \
5959
cp ../Misc/NEWS build/NEWS; \
60-
elif $(BLURB) help >/dev/null 2>&1 && $(SPHINXBUILD) --version >/dev/null 2>&1; then \
60+
elif $(BLURB) --version && $(SPHINXBUILD) --version ; then \
6161
if [ -d ../Misc/NEWS.d ]; then \
6262
echo "Building NEWS from Misc/NEWS.d with blurb"; \
6363
$(BLURB) merge -f build/NEWS; \

0 commit comments

Comments
 (0)