summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rw-r--r--help/en_US/addchapter.sce5
-rw-r--r--help/en_US/build_help.sce1
2 files changed, 6 insertions, 0 deletions
diff --git a/help/en_US/addchapter.sce b/help/en_US/addchapter.sce
new file mode 100644
index 0000000..99e91e2
--- /dev/null
+++ b/help/en_US/addchapter.sce
@@ -0,0 +1,5 @@
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+// Generated by tbx_build_help_loader: Please, do not edit this file
+
+add_help_chapter("FOSSEE_Signal_Processing_Toolbox",get_absolute_file_path("addchapter.sce"),%F);
+clear add_help_chapter;
diff --git a/help/en_US/build_help.sce b/help/en_US/build_help.sce
index 5d051c3..5ca95ac 100644
--- a/help/en_US/build_help.sce
+++ b/help/en_US/build_help.sce
@@ -12,5 +12,6 @@
help_lang_dir = get_absolute_file_path('build_help.sce');
tbx_build_help(TOOLBOX_TITLE, help_lang_dir);
+tbx_build_help_loader(TOOLBOX_TITLE, help_lang_dir);
clear help_lang_dir;