summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index df88041fec..9c421cdbfb 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