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