We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d88b51 commit be22407Copy full SHA for be22407
Makefile
@@ -10,6 +10,7 @@ html: venv
10
11
.PHONY: venv
12
venv:
13
+ python3 -m pip install build
14
python3 -m build
15
cd $(CPYTHON_PATH)/Doc \
16
&& make venv \
@@ -18,5 +19,5 @@ venv:
18
19
.PHONY: help
20
help:
21
@echo "html: default rule; run the \`venv\` rule, and also rebuild the CPython docs"
- @echo "venv: build the package, and install it into the virtual environment"
22
+ @echo "venv: build the package, and install it into the virtual environment"
23
@echo " at $(CPYTHON_PATH)/Doc/venv"
0 commit comments