Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe22407

Browse files
committed
Makefile suggestions
1 parent1d88b51 commitbe22407

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎Makefile

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp