mirror of
https://github.com/python/cpython.git
synced 2026-03-09 14:30:52 +00:00
[3.10] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) (#145489)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
parent
1b49478d8a
commit
ba6eba5a85
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,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; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue