Skip to content

Commit 7f3cd98

Browse files
committed
Fix target path in message.
1 parent 187c111 commit 7f3cd98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ doctest: build
113113
pydoc-topics: BUILDER = pydoc-topics
114114
pydoc-topics: build
115115
@echo "Building finished; now copy build/pydoc-topics/topics.py" \
116-
"to Lib/pydoc_data/topics.py"
116+
"to ../Lib/pydoc_data/topics.py"
117117

118118
htmlview: html
119119
$(PYTHON) -c "import webbrowser; webbrowser.open('build/html/index.html')"

0 commit comments

Comments
 (0)