summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-04-11 16:18:42 +0000
committerChris McDonough <chrism@agendaless.com>2009-04-11 16:18:42 +0000
commit012f0e34d6e2f3238b0e5d16d045f292579d3822 (patch)
treebd9e25c3b674cfb59581d2d47bf51c96e8de9fbc /docs
parente693ce1cbc5777ab85d852122d5c28f63025ec5a (diff)
downloadpyramid-012f0e34d6e2f3238b0e5d16d045f292579d3822.tar.gz
pyramid-012f0e34d6e2f3238b0e5d16d045f292579d3822.tar.bz2
pyramid-012f0e34d6e2f3238b0e5d16d045f292579d3822.zip
Add text target to makefile.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index e99699775..b9c6d0f5a 100644
--- a/docs/Makefile
+++ b/docs/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. The HTML pages are in .build/text."
+
pickle:
mkdir -p .build/pickle .build/doctrees
$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) .build/pickle