summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorjofret2009-05-05 15:10:09 +0000
committerjofret2009-05-05 15:10:09 +0000
commit00a2e6d81ec506a718b28bcd22aaf36c51790c55 (patch)
tree3c4cb357da1ff5d158a086e9b6d35f8c5c7e17a4 /help
parent587f2a238bfe506e476cd6c8558c30d7207bae22 (diff)
downloadscilab2c-00a2e6d81ec506a718b28bcd22aaf36c51790c55.tar.gz
scilab2c-00a2e6d81ec506a718b28bcd22aaf36c51790c55.tar.bz2
scilab2c-00a2e6d81ec506a718b28bcd22aaf36c51790c55.zip
Help builder
Diffstat (limited to 'help')
-rw-r--r--help/en_US/build_help.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/help/en_US/build_help.sce b/help/en_US/build_help.sce
new file mode 100644
index 00000000..783533c9
--- /dev/null
+++ b/help/en_US/build_help.sce
@@ -0,0 +1,12 @@
+// ====================================================================
+// Copyright INRIA 2008
+// Allan CORNET
+// Simon LIPP
+// This file is released into the public domain
+// ====================================================================
+
+help_lang_dir = get_absolute_file_path('build_help.sce');
+
+tbx_build_help(TOOLBOX_TITLE, help_lang_dir);
+
+clear help_lang_dir;