From: Georg Brandl Date: Sun, 3 Jul 2011 07:30:42 +0000 (+0200) Subject: Fix target path in message. X-Git-Tag: v3.2.1rc2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f3cd98beb48db7509c5d07490e346f078ad00ea;p=thirdparty%2FPython%2Fcpython.git Fix target path in message. --- diff --git a/Doc/Makefile b/Doc/Makefile index a1ffe63aa2dc..cb56ea9aa8e6 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')"