diff options
Diffstat (limited to 'help/builder_help.sce')
-rw-r--r-- | help/builder_help.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/help/builder_help.sce b/help/builder_help.sce index e0d18eb..9b8e6de 100644 --- a/help/builder_help.sce +++ b/help/builder_help.sce @@ -16,6 +16,21 @@ toolbox_title = "FOSSEE_Signal_Processing_Toolbox" help_dir = get_absolute_file_path('builder_help.sce'); + +if (isdir(help_dir + "/en_US/"))then + xmlfiles = findfiles(help_dir + "/en_US/", "*.xml"); + if ~isempty(xmlfiles) then + root_tlbx = toolbox_dir; + exec(help_dir + "cleaner_help.sce"); + clear root_tlbx + end + help_from_sci(toolbox_dir+"/macros/",help_dir+"/en_US/"); +end + +if ~(isdir(toolbox_dir+ "/jar/")) then + mkdir(toolbox_dir+ "/jar/"); +end + tbx_builder_help_lang("en_US", help_dir); clear toolbox_title; |