From b279b8a54113bde92c582e76f05c87115cd09223 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 26 Jun 2008 21:23:30 +0000 Subject: add a htmlview directive --- Doc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/Makefile b/Doc/Makefile index df88041..9c421cd 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 -- cgit v0.12