diff options
author | Rui Hirokawa <rui.hirokawa@gmail.com> | 2011-02-23 13:37:02 +0100 |
---|---|---|
committer | Vincent COUVERT <vincent.couvert@scilab.org> | 2011-02-24 22:38:10 +0100 |
commit | 25884aba457d179a8b97ef484cd8eeaec7e332ba (patch) | |
tree | 488ce4990e6c667b5cc173a7549d75f0474cf7e8 /scilab/modules/intersci/help | |
parent | 05c370c8c886d8e5ea57c3d7399540a42eaa40f0 (diff) | |
download | scilab-25884aba457d179a8b97ef484cd8eeaec7e332ba.zip scilab-25884aba457d179a8b97ef484cd8eeaec7e332ba.tar.gz |
* Add the japanese localization
* Factorize the way documentation is build
* Update the ignore list
Change-Id: I7b597c48997a5814945f09a24a7e234aad262dba
Diffstat (limited to 'scilab/modules/intersci/help')
-rwxr-xr-x | scilab/modules/intersci/help/ja_JP/addchapter.sce | 11 |
1 files changed, 11 insertions, 0 deletions
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 | |||