mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
[3.12] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) (#145490)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ac82ec4d56
commit
57cc1bdfdb
+1
-1
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user