]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix target path in message.
authorGeorg Brandl <georg@python.org>
Sun, 3 Jul 2011 07:30:42 +0000 (09:30 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 3 Jul 2011 07:30:42 +0000 (09:30 +0200)
Doc/Makefile

index a1ffe63aa2dc1e04379c5bbec9ec6572b86ddff8..cb56ea9aa8e673368da6e23c22e967a00ea9c0a4 100644 (file)
@@ -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')"