Small changes to docs compiled dir.

This commit is contained in:
Pouria Hadjibagheri 2017-04-23 12:49:03 +01:00
parent 5d7da98dd3
commit 7bc88f507e

View file

@ -167,7 +167,7 @@ SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = DjangoMarkdownx
SOURCEDIR = src
BUILDDIR = build
BUILDDIR = www
# Put it first so that "make" without argument is like "make help".
help:
@ -188,7 +188,7 @@ make clean
make html
# Open in the browser.
URL="build/html/index.html"
URL="www/html/index.html"
echo "Documentations index file: $URL"