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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-10-20 02:01:46 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2008-10-20 02:01:46 +0400
commitf1f27c0350bbff1aa7f444f75eab294dd6b78e16 (patch)
tree2abbd1bab0ed7b39be2fd458ac807cce3f570223 /config/linuxcross-config.py
parent3544a4bd366c98bd5e514c7637ce0b1a369b6282 (diff)
=== SCons ===
[#17867] Adds option to SCONS to generate Python API documentation Added patch from Brandano with some small improvements (BF_DOCDIR, clean) by yours truly. To use make sure you have epydoc installed. Enable with WITH_BF_BPYDOC=1.
Diffstat (limited to 'config/linuxcross-config.py')
-rw-r--r--config/linuxcross-config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py
index 9d58512151b..13f477d21f3 100644
--- a/config/linuxcross-config.py
+++ b/config/linuxcross-config.py
@@ -148,3 +148,4 @@ BF_DEBUG_FLAGS= ''
BF_BUILDDIR = '../build/linuxcross'
BF_INSTALLDIR='../install/linuxcross'
+BF_DOCDIR='../install/doc'