summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2017-01-13 23:20:40 +0100
committerAdrian Likins <alikins@redhat.com>2017-01-14 00:14:33 +0100
commit960be799fde7ba3d9f0049d5f10346c0b3d1fd74 (patch)
treea0ec2f409bf6156417581b05d19aaee86bdca973
parentupdate path to _themes (diff)
downloadansible-960be799fde7ba3d9f0049d5f10346c0b3d1fd74.tar.xz
ansible-960be799fde7ba3d9f0049d5f10346c0b3d1fd74.zip
Use correct path for docsite src (rst/)
-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