summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2009-06-28 13:00:33 +0000
committerPauli Virtanen <pav@iki.fi>2009-06-28 13:00:33 +0000
commit58d7b2d07e363a6c82d04639c8022300aee9be96 (patch)
tree117fcb276e1573004c3c04d2d52eaf3d6df58065 /doc/Makefile
parent7371ce16b05597e631cdaef4335160f654591635 (diff)
downloadnumpy-58d7b2d07e363a6c82d04639c8022300aee9be96.tar.gz
docs: more robust version number introspec & qthelp target
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 82dcc741c..24959750a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -132,6 +132,10 @@ htmlhelp-build: htmlhelp build/htmlhelp/numpy.chm
%.chm: %.hhp
-hhc.exe $^
+qthelp: generate
+ mkdir -p build/qthelp build/doctrees
+ $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) build/qthelp
+
latex: generate
mkdir -p build/latex build/doctrees
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex