summaryrefslogtreecommitdiff
path: root/builder.sce
diff options
context:
space:
mode:
authorrupak2020-01-21 19:05:09 +0530
committerrupak2020-01-21 19:05:09 +0530
commitd2f4d30ebcad7430e4f0495cae5c2b3a16be73ce (patch)
tree8987d169ad87e930f137122a450c02dc5d13dcc5 /builder.sce
parent36aca8aaaee5cf8cb5452268fd07c0b558b000a3 (diff)
downloadFOSSEE-Communication-Systems-Toolbox-d2f4d30ebcad7430e4f0495cae5c2b3a16be73ce.tar.gz
FOSSEE-Communication-Systems-Toolbox-d2f4d30ebcad7430e4f0495cae5c2b3a16be73ce.tar.bz2
FOSSEE-Communication-Systems-Toolbox-d2f4d30ebcad7430e4f0495cae5c2b3a16be73ce.zip
added help filesHEADmaster
Diffstat (limited to 'builder.sce')
-rw-r--r--builder.sce2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder.sce b/builder.sce
index c58e2c7..102f948 100644
--- a/builder.sce
+++ b/builder.sce
@@ -35,13 +35,13 @@ function main_builder()
// Action
// =============================================================================
+ help_from_sci("macros","help/en_US");
tbx_builder_macros(toolbox_dir);
//tbx_builder_gateway(toolbox_dir);
tbx_build_localization(toolbox_dir);
tbx_builder_help(toolbox_dir);
tbx_build_loader(toolbox_dir);
tbx_build_cleaner(toolbox_dir);
- help_from_sci("macros","help/en_US");
endfunction
// =============================================================================