summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-21 11:50:08 +0100
committerGeorg Brandl <georg@python.org>2010-02-21 11:50:08 +0100
commit121b864f313e0a5b060de8848fcf1be0e5700a47 (patch)
tree898390a615563269b7b8a56f3026b0e6de47f9a4 /doc/Makefile
parentd305ab2bd04eb6ea5a903d681afcdcc7cab0bf2b (diff)
downloadsphinx-git-121b864f313e0a5b060de8848fcf1be0e5700a47.tar.gz
Add manual page writer.
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 bfd5ca833..153a93dba 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -21,6 +21,7 @@ help:
@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 " man to make manual pages"
@echo " changes to make an overview over all changed/added/deprecated items"
@echo " linkcheck to check all external links for integrity"
@@ -47,6 +48,11 @@ text:
@echo
@echo "Build finished."
+man:
+ $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) _build/man
+ @echo
+ @echo "Build finished."
+
pickle:
$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) _build/pickle