Lines Matching refs:html
16 .PHONY: help build html htmlhelp latex text changes linkcheck \
23 @echo " html to make standalone HTML files"
24 @echo " htmlview to open the index page built by the html target in your browser"
25 @echo " htmlhelp to make HTML files and a HTML help project"
43 html: BUILDER = html
44 html: build
45 @echo "Build finished. The HTML pages are in build/html."
49 @echo "Build finished; now you can run HTML Help Workshop with the" \
101 htmlview: html
102 $(PYTHON) -c "import webbrowser; webbrowser.open('build/html/index.html')"
111 # archive the HTML
112 make html
113 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
114 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
115 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar
116 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)
117 rm -r dist/python-$(DISTVERSION)-docs-html
118 rm dist/python-$(DISTVERSION)-docs-html.tar
154 ../Tools/scripts/serve.py build/html
163 # for quick rebuilds (HTML only)
164 autobuild-dev-html:
165 make html SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
176 autobuild-stable-html:
181 @make autobuild-dev-html