diff options
author | JRGJON | 2016-10-07 17:21:01 +0530 |
---|---|---|
committer | GitHub | 2016-10-07 17:21:01 +0530 |
commit | c43f04d302bfe9c4b7d11f6af1712dda1c8b38c2 (patch) | |
tree | b28d322423f92a98c5f668a83528993b114fd3f3 /builder.sce | |
parent | a0d9443af147e949c1e6a01ac24749d12593ec5b (diff) | |
parent | 7fd456be8f757d869af89c6fbaf30919fef7ac5b (diff) | |
download | FOSSEE-Optim-toolbox-development-c43f04d302bfe9c4b7d11f6af1712dda1c8b38c2.tar.gz FOSSEE-Optim-toolbox-development-c43f04d302bfe9c4b7d11f6af1712dda1c8b38c2.tar.bz2 FOSSEE-Optim-toolbox-development-c43f04d302bfe9c4b7d11f6af1712dda1c8b38c2.zip |
Help documentation only for GUI mode
Diffstat (limited to 'builder.sce')
-rw-r--r-- | builder.sce | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/builder.sce b/builder.sce index e1f4760..55df1b5 100644 --- a/builder.sce +++ b/builder.sce @@ -32,7 +32,11 @@ toolbox_dir = get_absolute_file_path("builder.sce"); tbx_builder_macros(toolbox_dir); tbx_builder_gateway(toolbox_dir); -tbx_builder_help(toolbox_dir); + +if getscilabmode()=="STD" then + tbx_builder_help(toolbox_dir); +end + tbx_build_loader(TOOLBOX_NAME, toolbox_dir); tbx_build_cleaner(TOOLBOX_NAME, toolbox_dir); |