add a htmlview directive
diff --git a/Doc/Makefile b/Doc/Makefile
index df88041..9c421cd 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -103,6 +103,8 @@
 	@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