Merge branch 'stable'

This commit is contained in:
Takeshi KOMIYA
2016-10-20 14:42:54 +09:00
3 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
.PHONY: man
# Makefile for Sphinx documentation
#
@@ -12,6 +13,9 @@ BUILDDIR = _build
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
man:
@$(SPHINXBUILD) -M man "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: