mirror of
https://github.com/python/cpython.git
synced 2026-01-07 07:52:29 +00:00
Fix a wrong path in the Makefile.
This commit is contained in:
parent
7094a0c9a8
commit
09a5c3e6bb
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ web: build
|
|||
htmlhelp: BUILDER = htmlhelp
|
||||
htmlhelp: build
|
||||
@echo "Build finished; now you can run HTML Help Workshop with the" \
|
||||
"build/hhp/pydoc.hhp project file."
|
||||
"build/htmlhelp/pydoc.hhp project file."
|
||||
|
||||
clean:
|
||||
-rm -rf build/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue