diff options
Diffstat (limited to 'help/en_US/build_help.sce')
-rw-r--r-- | help/en_US/build_help.sce | 12 |
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; |