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 1b49478 commit ba6eba5Copy full SHA for ba6eba5
Doc/Makefile
@@ -56,7 +56,7 @@ build:
56
@if [ -f ../Misc/NEWS ] ; then \
57
echo "Using existing Misc/NEWS file"; \
58
cp ../Misc/NEWS build/NEWS; \
59
- elif $(BLURB) help >/dev/null 2>&1 && $(SPHINXBUILD) --version >/dev/null 2>&1; then \
+ elif $(BLURB) --version && $(SPHINXBUILD) --version ; then \
60
if [ -d ../Misc/NEWS.d ]; then \
61
echo "Building NEWS from Misc/NEWS.d with blurb"; \
62
$(BLURB) merge -f build/NEWS; \
0 commit comments