diff options
author | Georg Brandl <georg@python.org> | 2011-07-03 07:30:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-07-03 07:30:42 (GMT) |
commit | 7f3cd98beb48db7509c5d07490e346f078ad00ea (patch) | |
tree | 2cab1d8148686c8b89e411cd148750a543a938ac /Doc/Makefile | |
parent | 187c111a550e6b32c732601b9f22ced3341e7c2c (diff) | |
download | cpython-7f3cd98beb48db7509c5d07490e346f078ad00ea.zip cpython-7f3cd98beb48db7509c5d07490e346f078ad00ea.tar.gz cpython-7f3cd98beb48db7509c5d07490e346f078ad00ea.tar.bz2 |
Fix target path in message.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index a1ffe63..cb56ea9 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')" |