Lines Matching refs:html
26 .PHONY: help build html htmlhelp latex text texinfo changes linkcheck \
34 @echo " html to make standalone HTML files"
35 @echo " htmlview to open the index page built by the html target in your browser"
76 html: BUILDER = html
77 html: build
78 @echo "Build finished. The HTML pages are in build/html."
143 htmlview: html
144 $(PYTHON) -c "import os, webbrowser; webbrowser.open('file://' + os.path.realpath('build/html/index.html'))"
168 make html
169 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
170 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
171 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar
172 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)
173 rm -r dist/python-$(DISTVERSION)-docs-html
174 rm dist/python-$(DISTVERSION)-docs-html.tar
238 autobuild-dev-html:
239 make html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
250 autobuild-stable-html:
255 @make autobuild-dev-html