summaryrefslogtreecommitdiff
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-07-03 09:30:42 +0200
committerGeorg Brandl <georg@python.org>2011-07-03 09:30:42 +0200
commit7f3cd98beb48db7509c5d07490e346f078ad00ea (patch)
tree2cab1d8148686c8b89e411cd148750a543a938ac /Doc/Makefile
parent187c111a550e6b32c732601b9f22ced3341e7c2c (diff)
downloadcpython-git-7f3cd98beb48db7509c5d07490e346f078ad00ea.tar.gz
Fix target path in message.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index a1ffe63aa2..cb56ea9aa8 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -113,7 +113,7 @@ doctest: build
pydoc-topics: BUILDER = pydoc-topics
pydoc-topics: build
@echo "Building finished; now copy build/pydoc-topics/topics.py" \
- "to Lib/pydoc_data/topics.py"
+ "to ../Lib/pydoc_data/topics.py"
htmlview: html
$(PYTHON) -c "import webbrowser; webbrowser.open('build/html/index.html')"