Moved the source files to an independent source directory.

This commit is contained in:
依瑪貓
2020-11-18 09:34:34 +08:00
parent 2a20b07d1d
commit 41a73c31e4
170 changed files with 6 additions and 6 deletions

View File

@ -5,8 +5,8 @@
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build
SOURCEDIR = source
BUILDDIR = build
# Put it first so that "make" without argument is like "make help".
help: