Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-06-24 09:56:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-24 10:01:25 +0300
commit3c7355b3a2190f028904d9bc8ef8f1bb4730a238 (patch)
tree4feeaed086136cae03699b28aacd70b0dbbaf02b /GNUmakefile
parent838a4622cf7a01f302b4decfd74c4b8a17d7b509 (diff)
Revert "Fix py-api doc building"
This reverts commit 838a4622cf7a01f302b4decfd74c4b8a17d7b509. Also add missing 'lightprobe'
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 7ee011911f8..b4dd828577f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -411,7 +411,7 @@ update: .FORCE
# Simple version of ./doc/python_api/sphinx_doc_gen.sh with no PDF generation.
doc_py: .FORCE
- "$(BUILD_DIR)/bin/blender" --background -noaudio --factory-startup \
+ "/src/blender/blender.bin" --background -noaudio --factory-startup \
--python doc/python_api/sphinx_doc_gen.py
cd doc/python_api ; sphinx-build -b html sphinx-in sphinx-out
@echo "docs written into: '$(BLENDER_DIR)/doc/python_api/sphinx-out/contents.html'"