Skip to content

Commit ba6eba5

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

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
@@ -56,7 +56,7 @@ build:
5656
@if [ -f ../Misc/NEWS ] ; then \
5757
echo "Using existing Misc/NEWS file"; \
5858
cp ../Misc/NEWS build/NEWS; \
59-
elif $(BLURB) help >/dev/null 2>&1 && $(SPHINXBUILD) --version >/dev/null 2>&1; then \
59+
elif $(BLURB) --version && $(SPHINXBUILD) --version ; then \
6060
if [ -d ../Misc/NEWS.d ]; then \
6161
echo "Building NEWS from Misc/NEWS.d with blurb"; \
6262
$(BLURB) merge -f build/NEWS; \

0 commit comments

Comments
 (0)