We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac82ec4 commit 57cc1bdCopy full SHA for 57cc1bd
Doc/Makefile
@@ -58,7 +58,7 @@ build:
58
@if [ -f ../Misc/NEWS ] ; then \
59
echo "Using existing Misc/NEWS file"; \
60
cp ../Misc/NEWS build/NEWS; \
61
- elif $(BLURB) help >/dev/null 2>&1 && $(SPHINXBUILD) --version >/dev/null 2>&1; then \
+ elif $(BLURB) --version && $(SPHINXBUILD) --version ; then \
62
if [ -d ../Misc/NEWS.d ]; then \
63
echo "Building NEWS from Misc/NEWS.d with blurb"; \
64
$(BLURB) merge -f build/NEWS; \
0 commit comments