commit | 7f3cd98beb48db7509c5d07490e346f078ad00ea | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jul 03 09:30:42 2011 +0200 |
committer | Georg Brandl <georg@python.org> | Sun Jul 03 09:30:42 2011 +0200 |
tree | 2cab1d8148686c8b89e411cd148750a543a938ac | |
parent | 187c111a550e6b32c732601b9f22ced3341e7c2c [diff] [blame] |
Fix target path in message.
diff --git a/Doc/Makefile b/Doc/Makefile index a1ffe63..cb56ea9 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -113,7 +113,7 @@ 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')"