Home | History | Annotate | Download | only in Doc

Lines Matching refs:html

16 .PHONY: help build html htmlhelp latex text changes linkcheck \
24 @echo " html to make standalone HTML files"
25 @echo " htmlview to open the index page built by the html target in your browser"
26 @echo " htmlhelp to make HTML files and a HTML help project"
44 html: BUILDER = html
45 html: build
46 @echo "Build finished. The HTML pages are in build/html."
50 @echo "Build finished; now you can run HTML Help Workshop with the" \
102 htmlview: html
103 $(PYTHON) -c "import webbrowser; webbrowser.open('build/html/index.html')"
116 # archive the HTML
117 make html
118 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
119 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
120 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar
121 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)
122 rm -r dist/python-$(DISTVERSION)-docs-html
123 rm dist/python-$(DISTVERSION)-docs-html.tar
159 ../Tools/scripts/serve.py build/html
168 # for quick rebuilds (HTML only)
169 autobuild-dev-html:
170 make html SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
181 autobuild-stable-html:
186 @make autobuild-dev-html