From 012f0e34d6e2f3238b0e5d16d045f292579d3822 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 11 Apr 2009 16:18:42 +0000 Subject: Add text target to makefile. --- docs/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3