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>2011-10-15 11:19:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-15 11:19:34 +0400
commitfebcb91b82c03a2ec0fc36f989b5dddeca5f4373 (patch)
tree86691bd83724f8f9321b0d1bb32e5ac14b26c26a /GNUmakefile
parent5da894b1fe1214866d7b343fabab848e8f32a581 (diff)
- add template for defining custom driver functions.
- comment unused assignments.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f92b0093eae..52f36b218d8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -233,7 +233,7 @@ check_sparse:
doc_py:
$(BUILD_DIR)/bin/blender --background --factory-startup --python doc/python_api/sphinx_doc_gen.py
cd doc/python_api ; sphinx-build -n -b html sphinx-in sphinx-out
- @echo "docs written into: 'doc/python_api/sphinx-out/index.html'"
+ @echo "docs written into: '$(BLENDER_DIR)/doc/python_api/sphinx-out/contents.html'"
clean: