Partially revert #6232, synchronize new Makefile with old (refs: #4092)

This commit is contained in:
jfbu 2019-04-14 12:33:34 +02:00 committed by Takeshi KOMIYA
parent 416426dfb7
commit 7cc1ebd28e

View File

@ -1,14 +1,12 @@
# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line. For example:
# SPHINXOPTS='-E -W -n' make html
# will run the html builder in a clean environment (-E), treating warnings
# as errors (-W), in nitpicky mode (-n).
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR ?= {{ rsrcdir }}
BUILDDIR ?= {{ rbuilddir }}
SOURCEDIR = {{ rsrcdir }}
BUILDDIR = {{ rbuilddir }}
# Put it first so that "make" without argument is like "make help".
help: