File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77PYTHON = python3
88VENVDIR = ./venv
99UV = uv
10- SPHINXBUILD = PATH=$(VENVDIR ) /bin:$$PATH sphinx-build
11- BLURB = PATH=$(VENVDIR ) /bin:$$PATH blurb
10+ SPHINXBUILD = env PATH=$(VENVDIR ) /bin:$$PATH sphinx-build
11+ BLURB = env PATH=$(VENVDIR ) /bin:$$PATH blurb
1212JOBS = auto
1313PAPER =
1414SOURCES =
5858 @if [ -f ../Misc/NEWS ] ; then \
5959 echo "Using existing Misc/NEWS file"; \
6060 cp ../Misc/NEWS build/NEWS; \
61- elif $(BLURB) help >/dev/null 2>&1 && $(SPHINXBUILD) --version >/dev/null 2>&1; then \
61+ elif which $(BLURB); which $(SPHINXBUILD); $(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; \
You can’t perform that action at this time.
0 commit comments