Regenerated pydoc topic index in preparation for Python 3.5.0b2.

This commit is contained in:
Larry Hastings 2015-05-30 16:58:27 -07:00
parent bf304fcb32
commit e8ff0caa72
2 changed files with 3 additions and 3 deletions

View File

@ -96,8 +96,8 @@ doctest:
pydoc-topics: BUILDER = pydoc-topics
pydoc-topics: build
@echo "Building finished; now copy build/pydoc-topics/topics.py" \
"to ../Lib/pydoc_data/topics.py"
@echo "Building finished; now run this:" \
"cp build/pydoc-topics/topics.py ../Lib/pydoc_data/topics.py"
htmlview: html
$(PYTHON) -c "import webbrowser; webbrowser.open('build/html/index.html')"

File diff suppressed because one or more lines are too long