add a htmlview directive

This commit is contained in:
Benjamin Peterson 2008-06-26 21:23:30 +00:00
parent aa7c8bda63
commit b279b8a541
1 changed files with 2 additions and 0 deletions

View File

@ -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