##// END OF EJS Templates
Add qthelp docs creation.
Rustam Safin -
Show More
@@ -6,6 +6,7 b' SPHINXOPTS ='
6 6 SPHINXBUILD = sphinx-build
7 7 PAPER =
8 8 SRCDIR = source
9 BUILDDIR = build
9 10
10 11 # Internal variables.
11 12 PAPEROPT_a4 = -D latex_paper_size=a4
@@ -78,6 +79,16 b' htmlhelp:'
78 79 @echo "Build finished; now you can run HTML Help Workshop with the" \
79 80 ".hhp project file in build/htmlhelp."
80 81
82 qthelp:
83 mkdir -p build/qthelp
84 $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) build/qthelp
85 @echo
86 @echo "Build finished; now you can run "qcollectiongenerator" with the" \
87 ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
88 @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/IPython.qhcp"
89 @echo "To view the help file:"
90 @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/IPython.qhc"
91
81 92 latex: api
82 93 mkdir -p build/latex build/doctrees
83 94 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex
General Comments 0
You need to be logged in to leave comments. Login now