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>2008-10-21 03:21:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-10-21 03:21:01 +0400
commitbc55102eac2ac0dfba8f32530ac674213aedc477 (patch)
tree4ca0181800efddec2c3261c457f39ee61533a92d /tools/btools.py
parentfd1dcada60d614506641ef266b51f3a811a5c52b (diff)
renamed WITH_BF_BPYDOC to WITH_BF_DOCS, added SConscript for building BGE docs too.
Diffstat (limited to 'tools/btools.py')
-rwxr-xr-xtools/btools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/btools.py b/tools/btools.py
index 9db7d48cc98..3112e61918a 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -68,7 +68,7 @@ def validate_arguments(args, bc):
'BF_FANCY', 'BF_QUIET',
'BF_X264_CONFIG',
'BF_XVIDCORE_CONFIG',
- 'WITH_BF_BPYDOC',
+ 'WITH_BF_DOCS',
]
arg_list = ['BF_DEBUG', 'BF_QUIET', 'BF_CROSS', 'BF_UPDATE',
@@ -353,7 +353,7 @@ def read_opts(cfg, args):
('BF_X264_CONFIG', 'configuration flags for x264', ''),
('BF_XVIDCORE_CONFIG', 'configuration flags for xvidcore', ''),
- (BoolOption('WITH_BF_BPYDOC', 'Generate BPY API documentation', 'false')),
+ (BoolOption('WITH_BF_DOCS', 'Generate API documentation', 'false')),
('BF_CONFIG', 'SCons python config file used to set default options', 'user_config.py'),