diff --git a/Doc/Makefile b/Doc/Makefile index df88041fec2..9c421cdbfb2 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -103,6 +103,8 @@ pydoc-topics: build @echo "Building finished; now copy build/pydoc-topics/pydoc_topics.py " \ "into the Lib/ directory" +htmlview: html + $(PYTHON) -c "import webbrowser; webbrowser.open('build/html/index.html')" clean: -rm -rf build/* -rm -rf tools/sphinx