Skip to content

Commit be22407

Browse files
committed
Makefile suggestions
1 parent 1d88b51 commit be22407

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ html: venv
1010

1111
.PHONY: venv
1212
venv:
13+
python3 -m pip install build
1314
python3 -m build
1415
cd $(CPYTHON_PATH)/Doc \
1516
&& make venv \
@@ -18,5 +19,5 @@ venv:
1819
.PHONY: help
1920
help:
2021
@echo "html: default rule; run the \`venv\` rule, and also rebuild the CPython docs"
21-
@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"
2223
@echo " at $(CPYTHON_PATH)/Doc/venv"

0 commit comments

Comments
 (0)