summaryrefslogtreecommitdiff
path: root/builder.sce
diff options
context:
space:
mode:
authorrupak2019-10-10 12:57:46 +0530
committerrupak2019-10-10 12:57:46 +0530
commitac01f75eaa0475879647e8c6e1343e4c49d7c18c (patch)
treeceefa71219ca3021f572323b6f0217e0f8fab93b /builder.sce
parent999122e511f5f2cabdff0bb26908db4e57dfcee2 (diff)
downloadfossee-scilab-octave-toolbox-ac01f75eaa0475879647e8c6e1343e4c49d7c18c.tar.gz
fossee-scilab-octave-toolbox-ac01f75eaa0475879647e8c6e1343e4c49d7c18c.tar.bz2
fossee-scilab-octave-toolbox-ac01f75eaa0475879647e8c6e1343e4c49d7c18c.zip
added help for toolbox
Diffstat (limited to 'builder.sce')
-rw-r--r--builder.sce6
1 files changed, 3 insertions, 3 deletions
diff --git a/builder.sce b/builder.sce
index 2f9cbfc..20e9300 100644
--- a/builder.sce
+++ b/builder.sce
@@ -7,8 +7,8 @@ mode(-1);
lines(0);
function main_builder()
- TOOLBOX_NAME = "scilab_toolbox";
- TOOLBOX_TITLE = "scilab_toolbox";
+ TOOLBOX_NAME = "scilab_octave";
+ TOOLBOX_TITLE = "scilab_octave";
toolbox_dir = get_absolute_file_path("builder.sce");
// Check Scilab's version
@@ -38,7 +38,7 @@ function main_builder()
tbx_builder_macros(toolbox_dir);
tbx_builder_gateway(toolbox_dir);
tbx_build_localization(toolbox_dir);
- // tbx_builder_help(toolbox_dir);
+ tbx_builder_help(toolbox_dir);
tbx_build_loader(toolbox_dir);
tbx_build_cleaner(toolbox_dir);