diff options
Diffstat (limited to 'scilab/modules/intersci/help')
-rw-r--r-- | scilab/modules/intersci/help/en_US/intersci.xml | 4 | ||||
-rwxr-xr-x | scilab/modules/intersci/help/ja_JP/addchapter.sce | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/scilab/modules/intersci/help/en_US/intersci.xml b/scilab/modules/intersci/help/en_US/intersci.xml index e858b9b..5a9be97 100644 --- a/scilab/modules/intersci/help/en_US/intersci.xml +++ b/scilab/modules/intersci/help/en_US/intersci.xml | |||
@@ -39,8 +39,8 @@ | |||
39 | <para>Refer to intersci documentation for more details.</para> | 39 | <para>Refer to intersci documentation for more details.</para> |
40 | <para>Note that this feature is obsolete and unsupported and will be replaced by a Scilab SWIG wrapper in an upcoming version.</para> | 40 | <para>Note that this feature is obsolete and unsupported and will be replaced by a Scilab SWIG wrapper in an upcoming version.</para> |
41 | </refsection> | 41 | </refsection> |
42 | <refsection> | 42 | <refsection role="see also"> |
43 | <title>See Also</title> | 43 | <title>See Also</title> |
44 | <simplelist type="inline"> | 44 | <simplelist type="inline"> |
45 | <member> | 45 | <member> |
46 | <link linkend="fort">fort</link> | 46 | <link linkend="fort">fort</link> |
diff --git a/scilab/modules/intersci/help/ja_JP/addchapter.sce b/scilab/modules/intersci/help/ja_JP/addchapter.sce new file mode 100755 index 0000000..0601d20 --- /dev/null +++ b/scilab/modules/intersci/help/ja_JP/addchapter.sce | |||
@@ -0,0 +1,11 @@ | |||
1 | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
2 | // Copyright (C) 2009 - DIGITEO | ||
3 | // | ||
4 | // This file must be used under the terms of the CeCILL. | ||
5 | // This source file is licensed as described in the file COPYING, which | ||
6 | // you should have received as part of this distribution. The terms | ||
7 | // are also available at | ||
8 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | ||
9 | |||
10 | add_help_chapter("Intersci",SCI+"/modules/intersci/help/ja_JP",%T); | ||
11 | |||