8000 update makefile · python/peps@d8aec04 · GitHub
[go: up one dir, main page]

Skip to content

Commit d8aec04

Browse files
committed
update makefile
1 parent 16a5404 commit d8aec04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PYTHON=python3
88
all: sphinx
99

1010
sphinx:
11-
sphinx-build -j auto -b html . build
11+
$(PYTHON) build.py
1212

1313
rss:
1414
$(PYTHON) pep2rss.py .

0 commit comments

Comments
 (0)
0