summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-05-30 23:58:27 (GMT)
committerLarry Hastings <larry@hastings.org>2015-05-30 23:58:27 (GMT)
commite8ff0caa72f596ed5f3b99f9323b77c7760c36e1 (patch)
tree6d09b5dc169f2c22388db437351e86bba874ae61 /Doc/Makefile
parentbf304fcb3255d6fe52f83c120feccdf64f5a9715 (diff)
downloadcpython-e8ff0caa72f596ed5f3b99f9323b77c7760c36e1.zip
cpython-e8ff0caa72f596ed5f3b99f9323b77c7760c36e1.tar.gz
cpython-e8ff0caa72f596ed5f3b99f9323b77c7760c36e1.tar.bz2
Regenerated pydoc topic index in preparation for Python 3.5.0b2.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 200a9f7..a42e98b 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -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')"