Skip to content

Commit 4573893

Browse files
committed
Revert "Wording simplification" -- it was another file commited by mistake
This reverts commit ea3ed7c.
1 parent f043c2e commit 4573893

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
PYTHON = python3
88
VENVDIR = ./venv
99
UV = uv
10-
SPHINXBUILD = env PATH=$(VENVDIR)/bin:$$PATH sphinx-build
11-
BLURB = env PATH=$(VENVDIR)/bin:$$PATH blurb
10+
SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build
11+
BLURB = PATH=$(VENVDIR)/bin:$$PATH blurb
1212
JOBS = auto
1313
PAPER =
1414
SOURCES =
@@ -58,7 +58,7 @@ build:
5858
@if [ -f ../Misc/NEWS ] ; then \
5959
echo "Using existing Misc/NEWS file"; \
6060
cp ../Misc/NEWS build/NEWS; \
61-
elif which $(BLURB); which $(SPHINXBUILD); $(BLURB) help >/dev/null 2>&1 && $(SPHINXBUILD) --version >/dev/null 2>&1; then \
61+
elif $(BLURB) help >/dev/null 2>&1 && $(SPHINXBUILD) --version >/dev/null 2>&1; then \
6262
if [ -d ../Misc/NEWS.d ]; then \
6363
echo "Building NEWS from Misc/NEWS.d with blurb"; \
6464
$(BLURB) merge -f build/NEWS; \

0 commit comments

Comments
 (0)