diff options
author | Allan Cornet <allan.cornet@scilab.org> | 2007-02-19 15:27:31 +0000 |
---|---|---|
committer | Allan Cornet <allan.cornet@scilab.org> | 2007-02-19 15:27:31 +0000 |
commit | 85576bb50243119814b5927d6f18e6e302750b8d (patch) | |
tree | c9f8d043003cb102355ddb2c5c8d144028b09d75 /scilab/modules/intersci/help | |
parent | 7e8224e03e30cf3a815d39e9df341c75aeeeff76 (diff) | |
download | scilab-85576bb50243119814b5927d6f18e6e302750b8d.zip scilab-85576bb50243119814b5927d6f18e6e302750b8d.tar.gz |
split %helps into %modules_helps & %helps
%helps for compatibility (toolboxes)
%modules_helps index for scilab modules
extend add_help_chapter & del_help_chapter (add a parameter modulemode %T or %F)
Diffstat (limited to 'scilab/modules/intersci/help')
4 files changed, 4 insertions, 4 deletions
diff --git a/scilab/modules/intersci/help/en_US/addchapter.sce b/scilab/modules/intersci/help/en_US/addchapter.sce index 47f9758..003cba5 100644 --- a/scilab/modules/intersci/help/en_US/addchapter.sce +++ b/scilab/modules/intersci/help/en_US/addchapter.sce | |||
@@ -5,6 +5,6 @@ | |||
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | path = SCI+'/modules/intersci/help/'+getlanguage('LANGUAGE_DEFAULT'); | 7 | path = SCI+'/modules/intersci/help/'+getlanguage('LANGUAGE_DEFAULT'); |
8 | add_help_chapter("Intersci",path); | 8 | add_help_chapter("Intersci",path,%T); |
9 | clear path add_help_chapter; | 9 | clear path add_help_chapter; |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/intersci/help/en_US/removechapter.sce b/scilab/modules/intersci/help/en_US/removechapter.sce index 75a5f9d..2450463 100644 --- a/scilab/modules/intersci/help/en_US/removechapter.sce +++ b/scilab/modules/intersci/help/en_US/removechapter.sce | |||
@@ -4,6 +4,6 @@ | |||
4 | // Copyright INRIA 2007 | 4 | // Copyright INRIA 2007 |
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | del_help_chapter("Intersci"); | 7 | del_help_chapter("Intersci",%T); |
8 | clear del_help_chapter; | 8 | clear del_help_chapter; |
9 | // ==================================================================== \ No newline at end of file | 9 | // ==================================================================== \ No newline at end of file |
diff --git a/scilab/modules/intersci/help/fr_FR/addchapter.sce b/scilab/modules/intersci/help/fr_FR/addchapter.sce index 1a659ea..81fe4bd 100644 --- a/scilab/modules/intersci/help/fr_FR/addchapter.sce +++ b/scilab/modules/intersci/help/fr_FR/addchapter.sce | |||
@@ -5,6 +5,6 @@ | |||
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | path = SCI+'/modules/intersci/help/'+getlanguage(); | 7 | path = SCI+'/modules/intersci/help/'+getlanguage(); |
8 | add_help_chapter("Intersci",path); | 8 | add_help_chapter("Intersci",path,%T); |
9 | clear path add_help_chapter; | 9 | clear path add_help_chapter; |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/intersci/help/fr_FR/removechapter.sce b/scilab/modules/intersci/help/fr_FR/removechapter.sce index 75a5f9d..2450463 100644 --- a/scilab/modules/intersci/help/fr_FR/removechapter.sce +++ b/scilab/modules/intersci/help/fr_FR/removechapter.sce | |||
@@ -4,6 +4,6 @@ | |||
4 | // Copyright INRIA 2007 | 4 | // Copyright INRIA 2007 |
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | del_help_chapter("Intersci"); | 7 | del_help_chapter("Intersci",%T); |
8 | clear del_help_chapter; | 8 | clear del_help_chapter; |
9 | // ==================================================================== \ No newline at end of file | 9 | // ==================================================================== \ No newline at end of file |