From: Benjamin Peterson Date: Thu, 26 Jun 2008 21:23:30 +0000 (+0000) Subject: add a htmlview directive X-Git-Tag: v2.6b2~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b279b8a54113bde92c582e76f05c87115cd09223;p=thirdparty%2FPython%2Fcpython.git add a htmlview directive --- diff --git a/Doc/Makefile b/Doc/Makefile index df88041fec26..9c421cdbfb23 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