blob: 783533c95ea0853e70ab6757c64995c469668268 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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;
|