summaryrefslogtreecommitdiffstats
path: root/docs/docsite/Makefile.sphinx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/Makefile.sphinx')
-rw-r--r--docs/docsite/Makefile.sphinx4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/Makefile.sphinx b/docs/docsite/Makefile.sphinx
index cddb40a8f4..5b10717fa2 100644
--- a/docs/docsite/Makefile.sphinx
+++ b/docs/docsite/Makefile.sphinx
@@ -5,12 +5,12 @@
SPHINXOPTS = -j $(CPUS)
SPHINXBUILD = sphinx-build
SPHINXPROJ = sdfsdf
-SOURCEDIR = .
+SOURCEDIR = rst
BUILDDIR = _build
# Put it first so that "make" without argument is like "make help".
help:
- @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ $(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
.PHONY: help Makefile.sphinx