mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix target path in message.
This commit is contained in:
parent
187c111a55
commit
7f3cd98beb
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ doctest: build
|
|||
pydoc-topics: BUILDER = pydoc-topics
|
||||
pydoc-topics: build
|
||||
@echo "Building finished; now copy build/pydoc-topics/topics.py" \
|
||||
"to Lib/pydoc_data/topics.py"
|
||||
"to ../Lib/pydoc_data/topics.py"
|
||||
|
||||
htmlview: html
|
||||
$(PYTHON) -c "import webbrowser; webbrowser.open('build/html/index.html')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue