summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2010-03-10 08:54:23 +0300
committerSergey Shepelev <temotor@gmail.com>2010-03-10 08:54:23 +0300
commit836fa2bf2a24d0efe14905e2ea20daaf94e49ae9 (patch)
tree0c35baf5f44b825af3c65eb0c0ad9bc03678a850 /doc/Makefile
parentfcafbbf322c3c38079bf05ab21db0b7a3139e867 (diff)
downloadeventlet-836fa2bf2a24d0efe14905e2ea20daaf94e49ae9.tar.gz
fixed doc/Makefile typo
It wasn't properly referencing existing PYTHONPATH. Makefile syntax is $(var_name), not $var_name.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 01336ea..076db3a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -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.