summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-12-25 21:44:38 +0100
committerGeorg Brandl <georg@python.org>2008-12-25 21:44:38 +0100
commitb80d87412698500bf8e201b994da985be566ba73 (patch)
tree92596e3188a48b7ab3e471baae4529ea4cf45823 /doc/Makefile
parenta26aa3315f5fd3e3785a678ee0459ae9e8327502 (diff)
downloadsphinx-git-b80d87412698500bf8e201b994da985be566ba73.tar.gz
Add text target.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index b5113653e..7cb1ceb7e 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -31,6 +31,12 @@ html:
@echo
@echo "Build finished. The HTML pages are in _build/html."
+text:
+ mkdir -p _build/text _build/doctrees
+ $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) _build/text
+ @echo
+ @echo "Build finished."
+
pickle:
mkdir -p _build/pickle _build/doctrees
$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) _build/pickle