fixed doc/Makefile typo

It wasn't properly referencing existing PYTHONPATH.
Makefile syntax is $(var_name), not $var_name.
This commit is contained in:
Sergey Shepelev
2010-03-10 08:54:23 +03:00
parent fcafbbf322
commit 836fa2bf2a

View File

@@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = PYTHONPATH=../:$PYTHONPATH sphinx-build
SPHINXBUILD = PYTHONPATH=../:$(PYTHONPATH) sphinx-build
PAPER =
# Internal variables.