Regenerated pydoc topic index in preparation for Python 3.5.0b2.
diff --git a/Doc/Makefile b/Doc/Makefile
index 200a9f7..a42e98b 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -96,8 +96,8 @@
 
 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')"