summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-17 16:48:02 +0100
committerGeorg Brandl <georg@python.org>2010-01-17 16:48:02 +0100
commitbf381cf55d1bb6fde5e2c9842f7eadc3b5cdba39 (patch)
treed5b24643e9cc25a0942a19c6fc539e6b3986694e /doc/Makefile
parent2e632cb9e2ba574047a763c01c0953874ee746fe (diff)
downloadsphinx-bf381cf55d1bb6fde5e2c9842f7eadc3b5cdba39.tar.gz
Add single-file HTML builder. Closes #151.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 3fb8dbcd..bfd5ca83 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -37,6 +37,11 @@ dirhtml:
@echo
@echo "Build finished. The HTML pages are in _build/dirhtml."
+singlehtml:
+ $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) _build/singlehtml
+ @echo
+ @echo "Build finished. The HTML page is in _build/singlehtml."
+
text:
$(SPHINXBUILD) -b text $(ALLSPHINXOPTS) _build/text
@echo