Fix target path in message.

This commit is contained in:
Georg Brandl 2011-07-03 09:30:42 +02:00
parent 187c111a55
commit 7f3cd98beb

View 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')"