diff options
author | Pierre MARECHAL <pierre.marechal@scilab.org> | 2009-07-22 10:48:43 +0200 |
---|---|---|
committer | Pierre MARECHAL <pierre.marechal@scilab.org> | 2009-07-22 10:48:43 +0200 |
commit | 7d5049dfd7f58ffdde1e63156f9cce535beffa51 (patch) | |
tree | 7c1171a4289407092e3cbd9eaff1f2c45284c209 /scilab/modules/intersci/help | |
parent | 82eb862c055a760a05bcb9feccfab53898904f4f (diff) | |
download | scilab-7d5049dfd7f58ffdde1e63156f9cce535beffa51.zip scilab-7d5049dfd7f58ffdde1e63156f9cce535beffa51.tar.gz |
Homogenize all addchapter.sce
Diffstat (limited to 'scilab/modules/intersci/help')
-rw-r--r-- | scilab/modules/intersci/help/en_US/addchapter.sce | 6 | ||||
-rw-r--r-- | scilab/modules/intersci/help/fr_FR/addchapter.sce | 10 | ||||
-rw-r--r-- | scilab/modules/intersci/help/pt_BR/addchapter.sce | 5 |
3 files changed, 8 insertions, 13 deletions
diff --git a/scilab/modules/intersci/help/en_US/addchapter.sce b/scilab/modules/intersci/help/en_US/addchapter.sce index 1371f2f..36b0e06 100644 --- a/scilab/modules/intersci/help/en_US/addchapter.sce +++ b/scilab/modules/intersci/help/en_US/addchapter.sce | |||
@@ -1,5 +1,4 @@ | |||
1 | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | 1 | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab |
2 | // Copyright (C) 2007-2008 - INRIA - Allan CORNET | ||
3 | // Copyright (C) 2009 - DIGITEO | 2 | // Copyright (C) 2009 - DIGITEO |
4 | // | 3 | // |
5 | // This file must be used under the terms of the CeCILL. | 4 | // This file must be used under the terms of the CeCILL. |
@@ -8,6 +7,5 @@ | |||
8 | // are also available at | 7 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 8 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 9 | ||
11 | path = SCI+"/modules/intersci/help/en_US"; | 10 | add_help_chapter("Intersci",SCI+"/modules/intersci/help/en_US",%T); |
12 | add_help_chapter("Intersci",path,%T); | 11 | |
13 | clear path add_help_chapter; | ||
diff --git a/scilab/modules/intersci/help/fr_FR/addchapter.sce b/scilab/modules/intersci/help/fr_FR/addchapter.sce index ce0dcd6..34a9b60 100644 --- a/scilab/modules/intersci/help/fr_FR/addchapter.sce +++ b/scilab/modules/intersci/help/fr_FR/addchapter.sce | |||
@@ -1,13 +1,11 @@ | |||
1 | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | 1 | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab |
2 | // Copyright (C) 2007-2008 - INRIA - Allan CORNET | ||
3 | // Copyright (C) 2009 - DIGITEO | 2 | // Copyright (C) 2009 - DIGITEO |
4 | // | 3 | // |
5 | // This file must be used under the terms of the CeCILL. | 4 | // This file must be used under the terms of the CeCILL. |
6 | // This source file is licensed as described in the file COPYING, which | 5 | // This source file is licensed as described in the file COPYING, which |
7 | // you should have received as part of this distribution. The terms | 6 | // you should have received as part of this distribution. The terms |
8 | // are also available at | 7 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 8 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 9 | ||
11 | path = SCI+"/modules/intersci/help/fr_FR"; | 10 | add_help_chapter("Intersci",SCI+"/modules/intersci/help/fr_FR",%T); |
12 | add_help_chapter("Intersci",path,%T); | 11 | |
13 | clear path add_help_chapter; | ||
diff --git a/scilab/modules/intersci/help/pt_BR/addchapter.sce b/scilab/modules/intersci/help/pt_BR/addchapter.sce index 12ea4d0..1c373c9 100644 --- a/scilab/modules/intersci/help/pt_BR/addchapter.sce +++ b/scilab/modules/intersci/help/pt_BR/addchapter.sce | |||
@@ -7,6 +7,5 @@ | |||
7 | // are also available at | 7 | // are also available at |
8 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 8 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
9 | 9 | ||
10 | path = SCI+"/modules/intersci/help/pt_BR"; | 10 | add_help_chapter("Intersci",SCI+"/modules/intersci/help/pt_BR",%T); |
11 | add_help_chapter("Intersci",path,%T); | 11 | |
12 | clear path add_help_chapter; | ||