diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-09-03 14:16:52 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-09-03 14:16:52 +0900 |
commit | 78c482250631ebd5906926393829bcb4a100bf85 (patch) | |
tree | bfba92843e7fc236b36ef4c6b7fc21ab258144a3 /doc/Makefile | |
parent | 7e95ccb8e75dfe4e1c84b6613331132ba0ea89cc (diff) |
doc: set PYTHONPATH for ryu version constant
Fix the 6cc438c commit breakage.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index 2fe1f88f..d7ba2aa3 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,8 @@ # Makefile for Sphinx documentation # +export PYTHONPATH = $PYTHONPATH:.. + # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build |