We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187c111 commit 7f3cd98Copy full SHA for 7f3cd98
1 file changed
Doc/Makefile
@@ -113,7 +113,7 @@ doctest: build
113
pydoc-topics: BUILDER = pydoc-topics
114
pydoc-topics: build
115
@echo "Building finished; now copy build/pydoc-topics/topics.py" \
116
- "to Lib/pydoc_data/topics.py"
+ "to ../Lib/pydoc_data/topics.py"
117
118
htmlview: html
119
$(PYTHON) -c "import webbrowser; webbrowser.open('build/html/index.html')"
0 commit comments