summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorRoland Meister <devnull@localhost>2009-12-28 17:09:09 +0100
committerRoland Meister <devnull@localhost>2009-12-28 17:09:09 +0100
commitb2f7a7a5152634b0d92b4c89311778a612b39658 (patch)
tree687cbfff826ec75167cacccfc8fdcf28932554bf /doc/Makefile
parent3da86fbd9f97336855eb488617e7a1530fa673e1 (diff)
downloadsphinx-b2f7a7a5152634b0d92b4c89311778a612b39658.tar.gz
Initial import from local repository
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 07cee744..ffd51dc6 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -19,6 +19,7 @@ help:
@echo " dirhtml to make HTML files called index.html in directories"
@echo " pickle to make pickle files"
@echo " htmlhelp to make HTML files and a HTML help project"
+ @echo " epub to make an epub file"
@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
@echo " changes to make an overview over all changed/added/deprecated items"
@echo " linkcheck to check all external links for integrity"
@@ -65,6 +66,11 @@ qthelp:
@echo "To view the help collection:"
@echo "# assistant -collectionFile _build/qthelp/Sphinx.qhc"
+epub:
+ mkdir -p _build/epub _build/doctrees
+ $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) _build/epub
+ @echo
+ @echo "Build finished. The epub file is in _build/epub."
latex:
mkdir -p _build/latex _build/doctrees
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) _build/latex