diff options
author | Allan Cornet <allan.cornet@scilab.org> | 2007-02-15 20:31:23 +0000 |
---|---|---|
committer | Allan Cornet <allan.cornet@scilab.org> | 2007-02-15 20:31:23 +0000 |
commit | d357405be89778b446e3dcf85f2e96f451ea403d (patch) | |
tree | 312e584192cb3776fb4fec5fbf02c790c9997c89 /scilab/modules | |
parent | 807ed31f11251e3be2048c2c9e45599677d6249d (diff) | |
download | scilab-d357405be89778b446e3dcf85f2e96f451ea403d.zip scilab-d357405be89778b446e3dcf85f2e96f451ea403d.tar.gz |
add add_module_help_chapter.sci
Diffstat (limited to 'scilab/modules')
61 files changed, 78 insertions, 60 deletions
diff --git a/scilab/modules/arnoldi/etc/arnoldi.start b/scilab/modules/arnoldi/etc/arnoldi.start index 0e76595..379cef2 100644 --- a/scilab/modules/arnoldi/etc/arnoldi.start +++ b/scilab/modules/arnoldi/etc/arnoldi.start | |||
@@ -6,5 +6,5 @@ | |||
6 | //load('SCI/modules/arnoldi/macros/lib'); | 6 | //load('SCI/modules/arnoldi/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/arnoldi/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('arnoldi'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/boolean/etc/boolean.start b/scilab/modules/boolean/etc/boolean.start index c8df07e..312ad7f 100644 --- a/scilab/modules/boolean/etc/boolean.start +++ b/scilab/modules/boolean/etc/boolean.start | |||
@@ -6,5 +6,5 @@ | |||
6 | //load('SCI/modules/boolean/macros/lib'); | 6 | //load('SCI/modules/boolean/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/boolean/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('boolean'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/cacsd/etc/cacsd.start b/scilab/modules/cacsd/etc/cacsd.start index b47bf77..38e9f0e 100644 --- a/scilab/modules/cacsd/etc/cacsd.start +++ b/scilab/modules/cacsd/etc/cacsd.start | |||
@@ -6,7 +6,7 @@ | |||
6 | load('SCI/modules/cacsd/macros/lib'); | 6 | load('SCI/modules/cacsd/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/cacsd/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('cacsd'); |
10 | 10 | ||
11 | path = get_absolute_file_path('cacsd.start'); | 11 | path = get_absolute_file_path('cacsd.start'); |
12 | path = getshortpathname(path); | 12 | path = getshortpathname(path); |
diff --git a/scilab/modules/core/etc/core.start b/scilab/modules/core/etc/core.start index a2aee7b..93560de 100644 --- a/scilab/modules/core/etc/core.start +++ b/scilab/modules/core/etc/core.start | |||
@@ -7,7 +7,7 @@ load('SCI/modules/core/macros/lib'); | |||
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | 8 | ||
9 | //add help chapter | 9 | //add help chapter |
10 | exec(SCI+'/modules/core/help/'+getlanguage()+'/addchapter.sce'); | 10 | add_module_help_chapter('core'); |
11 | 11 | ||
12 | //add demos | 12 | //add demos |
13 | path = get_absolute_file_path('core.start'); | 13 | path = get_absolute_file_path('core.start'); |
diff --git a/scilab/modules/data_structures/etc/data_structures.start b/scilab/modules/data_structures/etc/data_structures.start index f6e6bc8..361251f 100644 --- a/scilab/modules/data_structures/etc/data_structures.start +++ b/scilab/modules/data_structures/etc/data_structures.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/data_structures/macros/lib'); | 6 | load('SCI/modules/data_structures/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/data_structures/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('data_structures'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/development_tools/etc/development_tools.start b/scilab/modules/development_tools/etc/development_tools.start index 29c137f..5bca840 100644 --- a/scilab/modules/development_tools/etc/development_tools.start +++ b/scilab/modules/development_tools/etc/development_tools.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/development_tools/macros/lib'); | 6 | load('SCI/modules/development_tools/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | //exec(SCI+'/modules/development_tools/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('development_tools'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/development_tools/help/en_US/addchapter.sce b/scilab/modules/development_tools/help/en_US/addchapter.sce index f06985a..f2a3035 100644 --- a/scilab/modules/development_tools/help/en_US/addchapter.sce +++ b/scilab/modules/development_tools/help/en_US/addchapter.sce | |||
@@ -5,6 +5,6 @@ | |||
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | path = SCI+'/modules/development_tools/help/'+getlanguage(); | 7 | path = SCI+'/modules/development_tools/help/'+getlanguage(); |
8 | add_help_chapter("Development tools",path); | 8 | //add_help_chapter("Development tools",path); |
9 | clear path add_help_chapter; | 9 | clear path add_help_chapter; |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/development_tools/help/fr_FR/addchapter.sce b/scilab/modules/development_tools/help/fr_FR/addchapter.sce index 8e531c0..c2459cb 100644 --- a/scilab/modules/development_tools/help/fr_FR/addchapter.sce +++ b/scilab/modules/development_tools/help/fr_FR/addchapter.sce | |||
@@ -5,6 +5,6 @@ | |||
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | path = SCI+'/modules/development_tools/help/'+getlanguage(); | 7 | path = SCI+'/modules/development_tools/help/'+getlanguage(); |
8 | add_help_chapter("Outils developpement",path); | 8 | //add_help_chapter("Outils developpement",path); |
9 | clear path add_help_chapter; | 9 | clear path add_help_chapter; |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/differential_equations/etc/differential_equations.start b/scilab/modules/differential_equations/etc/differential_equations.start index 53c13d1..3b7cbeb 100644 --- a/scilab/modules/differential_equations/etc/differential_equations.start +++ b/scilab/modules/differential_equations/etc/differential_equations.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/differential_equations/macros/lib'); | 6 | load('SCI/modules/differential_equations/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/differential_equations/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('differential_equations'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/double/etc/double.start b/scilab/modules/double/etc/double.start index adf7a28..c6c368b 100644 --- a/scilab/modules/double/etc/double.start +++ b/scilab/modules/double/etc/double.start | |||
@@ -6,5 +6,5 @@ | |||
6 | //load('SCI/modules/double/macros/lib'); | 6 | //load('SCI/modules/double/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | //exec(SCI+'/modules/double/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('double'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/double/help/en_US/addchapter.sce b/scilab/modules/double/help/en_US/addchapter.sce index 85cf633..b9157d1 100644 --- a/scilab/modules/double/help/en_US/addchapter.sce +++ b/scilab/modules/double/help/en_US/addchapter.sce | |||
@@ -5,6 +5,6 @@ | |||
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | path = SCI+'/modules/double/help/'+getlanguage(); | 7 | path = SCI+'/modules/double/help/'+getlanguage(); |
8 | add_help_chapter("Doubles",path); | 8 | //add_help_chapter("Doubles",path); |
9 | clear path add_help_chapter; | 9 | clear path add_help_chapter; |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/double/help/fr_FR/addchapter.sce b/scilab/modules/double/help/fr_FR/addchapter.sce index 85cf633..b9157d1 100644 --- a/scilab/modules/double/help/fr_FR/addchapter.sce +++ b/scilab/modules/double/help/fr_FR/addchapter.sce | |||
@@ -5,6 +5,6 @@ | |||
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | path = SCI+'/modules/double/help/'+getlanguage(); | 7 | path = SCI+'/modules/double/help/'+getlanguage(); |
8 | add_help_chapter("Doubles",path); | 8 | //add_help_chapter("Doubles",path); |
9 | clear path add_help_chapter; | 9 | clear path add_help_chapter; |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/elementaries_functions/etc/elementaries_functions.start b/scilab/modules/elementaries_functions/etc/elementaries_functions.start index ea75c5b..17405ab 100644 --- a/scilab/modules/elementaries_functions/etc/elementaries_functions.start +++ b/scilab/modules/elementaries_functions/etc/elementaries_functions.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/elementaries_functions/macros/lib'); | 6 | load('SCI/modules/elementaries_functions/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/elementaries_functions/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('elementaries_functions'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/fftw/etc/fftw.start b/scilab/modules/fftw/etc/fftw.start index d265b25..eedbea8 100644 --- a/scilab/modules/fftw/etc/fftw.start +++ b/scilab/modules/fftw/etc/fftw.start | |||
@@ -18,7 +18,7 @@ clearfun fft; | |||
18 | fft=fftw; | 18 | fft=fftw; |
19 | 19 | ||
20 | //add help chapter | 20 | //add help chapter |
21 | //exec(SCI+'/modules/fftw/help/'+getlanguage()+'/addchapter.sce'); | 21 | add_module_help_chapter('fftw'); |
22 | 22 | ||
23 | //add demos | 23 | //add demos |
24 | path = get_absolute_file_path('fftw.start'); | 24 | path = get_absolute_file_path('fftw.start'); |
diff --git a/scilab/modules/fileio/etc/fileio.start b/scilab/modules/fileio/etc/fileio.start index 847b543..6e8968d 100644 --- a/scilab/modules/fileio/etc/fileio.start +++ b/scilab/modules/fileio/etc/fileio.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/fileio/macros/lib'); | 6 | load('SCI/modules/fileio/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/fileio/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('fileio'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/functions/etc/functions.start b/scilab/modules/functions/etc/functions.start index cddc215..a12a996 100644 --- a/scilab/modules/functions/etc/functions.start +++ b/scilab/modules/functions/etc/functions.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/functions/macros/lib'); | 6 | load('SCI/modules/functions/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/functions/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('functions'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/graphics/etc/graphics.start b/scilab/modules/graphics/etc/graphics.start index 62d2544..1ad261f 100644 --- a/scilab/modules/graphics/etc/graphics.start +++ b/scilab/modules/graphics/etc/graphics.start | |||
@@ -12,7 +12,7 @@ path = getshortpathname(path); | |||
12 | pathdemos = pathconvert(part(path,1:(length(path)-5))+'/demos/graphics.dem',%f,%f); | 12 | pathdemos = pathconvert(part(path,1:(length(path)-5))+'/demos/graphics.dem',%f,%f); |
13 | 13 | ||
14 | //add help chapter | 14 | //add help chapter |
15 | exec(SCI+'/modules/graphics/help/'+getlanguage()+'/addchapter.sce'); | 15 | add_module_help_chapter('graphics'); |
16 | 16 | ||
17 | //add demo | 17 | //add demo |
18 | add_demo("Graphics",pathdemos); | 18 | add_demo("Graphics",pathdemos); |
diff --git a/scilab/modules/gui/etc/gui.start b/scilab/modules/gui/etc/gui.start index dfd2eff..ddaf3ac 100644 --- a/scilab/modules/gui/etc/gui.start +++ b/scilab/modules/gui/etc/gui.start | |||
@@ -10,7 +10,7 @@ path = getshortpathname(path); | |||
10 | pathdemos = pathconvert(part(path,1:(length(path)-5))+'/demos/dialog.dem',%f,%f); | 10 | pathdemos = pathconvert(part(path,1:(length(path)-5))+'/demos/dialog.dem',%f,%f); |
11 | 11 | ||
12 | //add help chapter | 12 | //add help chapter |
13 | exec(SCI+'/modules/gui/help/'+getlanguage()+'/addchapter.sce'); | 13 | add_module_help_chapter('gui'); |
14 | 14 | ||
15 | //add demos | 15 | //add demos |
16 | add_demo("GUI",pathdemos); | 16 | add_demo("GUI",pathdemos); |
diff --git a/scilab/modules/helptools/etc/helptools.start b/scilab/modules/helptools/etc/helptools.start index b1537e6..ce6f23e 100644 --- a/scilab/modules/helptools/etc/helptools.start +++ b/scilab/modules/helptools/etc/helptools.start | |||
@@ -9,15 +9,17 @@ load('SCI/modules/helptools/macros/lib'); | |||
9 | load('SCI/modules/fileio/macros/get_absolute_file_path.bin'); | 9 | load('SCI/modules/fileio/macros/get_absolute_file_path.bin'); |
10 | load('SCI/modules/fileio/macros/pathconvert.bin'); | 10 | load('SCI/modules/fileio/macros/pathconvert.bin'); |
11 | load('SCI/modules/fileio/macros/isdir.bin'); | 11 | load('SCI/modules/fileio/macros/isdir.bin'); |
12 | load('SCI/modules/fileio/macros/listfiles.bin'); | ||
12 | load('SCI/modules/string/macros/stripblanks.bin'); | 13 | load('SCI/modules/string/macros/stripblanks.bin'); |
13 | load('SCI/modules/core/macros/add_demo.bin'); | 14 | load('SCI/modules/core/macros/add_demo.bin'); |
14 | 15 | ||
15 | //add help chapter | 16 | //add help chapter |
16 | exec(SCI+'/modules/helptools/help/'+getlanguage()+'/addchapter.sce'); | 17 | add_module_help_chapter('helptools'); |
17 | 18 | ||
18 | // clear temporary functions | 19 | // clear temporary functions |
19 | clear get_absolute_file_path | 20 | clear get_absolute_file_path |
20 | clear pathconvert | 21 | clear pathconvert |
21 | clear isdir | 22 | clear isdir |
23 | clear listfiles | ||
22 | 24 | ||
23 | // ==================================================================== | 25 | // ==================================================================== |
diff --git a/scilab/modules/helptools/macros/add_module_help_chapter.sci b/scilab/modules/helptools/macros/add_module_help_chapter.sci new file mode 100644 index 0000000..5c7d7f5 --- /dev/null +++ b/scilab/modules/helptools/macros/add_module_help_chapter.sci | |||
@@ -0,0 +1,16 @@ | |||
1 | // ==================================================================== | ||
2 | // Allan CORNET | ||
3 | // INRIA 2007 | ||
4 | // ==================================================================== | ||
5 | function add_module_help_chapter(modulename) | ||
6 | path_addchapter = SCI+"/modules/"+modulename+"/help"+getlanguage()+'/addchapter.sce'; | ||
7 | if ( fileinfo(path_addchapter) == [] ) then | ||
8 | path_addchapter = SCI+"/modules/"+modulename+"/help/"+getlanguage('LANGUAGE_DEFAULT')+'/addchapter.sce'; | ||
9 | end | ||
10 | try | ||
11 | exec(path_addchapter); | ||
12 | catch | ||
13 | warning(' incorrect module path '+path_addchapter); | ||
14 | end | ||
15 | endfunction | ||
16 | // ==================================================================== | ||
diff --git a/scilab/modules/incremental_link/etc/incremental_link.start b/scilab/modules/incremental_link/etc/incremental_link.start index e531f94..8b13a78 100644 --- a/scilab/modules/incremental_link/etc/incremental_link.start +++ b/scilab/modules/incremental_link/etc/incremental_link.start | |||
@@ -6,7 +6,7 @@ | |||
6 | load('SCI/modules/incremental_link/macros/lib'); | 6 | load('SCI/modules/incremental_link/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/incremental_link/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('incremental_link'); |
10 | // LCC initialization ================================================= | 10 | // LCC initialization ================================================= |
11 | global LCC | 11 | global LCC |
12 | if MSDOS then | 12 | if MSDOS then |
diff --git a/scilab/modules/integer/etc/integer.start b/scilab/modules/integer/etc/integer.start index 11bfb2a..0079a1e 100644 --- a/scilab/modules/integer/etc/integer.start +++ b/scilab/modules/integer/etc/integer.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/integer/macros/lib'); | 6 | load('SCI/modules/integer/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/integer/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('integer'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/interpolation/etc/interpolation.start b/scilab/modules/interpolation/etc/interpolation.start index 1d21a70..0b7b678 100644 --- a/scilab/modules/interpolation/etc/interpolation.start +++ b/scilab/modules/interpolation/etc/interpolation.start | |||
@@ -6,5 +6,5 @@ | |||
6 | //load('SCI/modules/interpolation/macros/lib'); | 6 | //load('SCI/modules/interpolation/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/interpolation/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('interpolation'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/intersci/etc/intersci.start b/scilab/modules/intersci/etc/intersci.start index 7ec87b3..4dae7c7 100644 --- a/scilab/modules/intersci/etc/intersci.start +++ b/scilab/modules/intersci/etc/intersci.start | |||
@@ -6,5 +6,5 @@ | |||
6 | //load('SCI/modules/intersci/macros/lib'); | 6 | //load('SCI/modules/intersci/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/intersci/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('intersci'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/io/etc/io.start b/scilab/modules/io/etc/io.start index 8696f72..2a6da4e 100644 --- a/scilab/modules/io/etc/io.start +++ b/scilab/modules/io/etc/io.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/io/macros/lib'); | 6 | load('SCI/modules/io/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/io/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('io'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/javasci/etc/javasci.start b/scilab/modules/javasci/etc/javasci.start index 1c8d888..b3b9be7 100644 --- a/scilab/modules/javasci/etc/javasci.start +++ b/scilab/modules/javasci/etc/javasci.start | |||
@@ -6,5 +6,5 @@ | |||
6 | //load('SCI/modules/javasci/macros/lib'); | 6 | //load('SCI/modules/javasci/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/javasci/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('javasci'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/jvm/etc/jvm.start b/scilab/modules/jvm/etc/jvm.start index 111ff2f..605a1b3 100644 --- a/scilab/modules/jvm/etc/jvm.start +++ b/scilab/modules/jvm/etc/jvm.start | |||
@@ -6,5 +6,5 @@ | |||
6 | //load('SCI/modules/jvm/macros/lib'); | 6 | //load('SCI/modules/jvm/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | //exec(SCI+'/modules/jvm/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('jvm'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/jvm/help/en_US/addchapter.sce b/scilab/modules/jvm/help/en_US/addchapter.sce index 6f34984..da1a754 100644 --- a/scilab/modules/jvm/help/en_US/addchapter.sce +++ b/scilab/modules/jvm/help/en_US/addchapter.sce | |||
@@ -5,6 +5,6 @@ | |||
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | path = SCI+'/modules/jvm/help/'+getlanguage(); | 7 | path = SCI+'/modules/jvm/help/'+getlanguage(); |
8 | add_help_chapter("jvm",path); | 8 | //add_help_chapter("jvm",path); |
9 | clear path add_help_chapter; | 9 | clear path add_help_chapter; |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/jvm/help/fr_FR/addchapter.sce b/scilab/modules/jvm/help/fr_FR/addchapter.sce index 6f34984..da1a754 100644 --- a/scilab/modules/jvm/help/fr_FR/addchapter.sce +++ b/scilab/modules/jvm/help/fr_FR/addchapter.sce | |||
@@ -5,6 +5,6 @@ | |||
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | path = SCI+'/modules/jvm/help/'+getlanguage(); | 7 | path = SCI+'/modules/jvm/help/'+getlanguage(); |
8 | add_help_chapter("jvm",path); | 8 | //add_help_chapter("jvm",path); |
9 | clear path add_help_chapter; | 9 | clear path add_help_chapter; |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/linear_algebra/etc/linear_algebra.start b/scilab/modules/linear_algebra/etc/linear_algebra.start index fd2de8a..14bc732 100644 --- a/scilab/modules/linear_algebra/etc/linear_algebra.start +++ b/scilab/modules/linear_algebra/etc/linear_algebra.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/linear_algebra/macros/lib'); | 6 | load('SCI/modules/linear_algebra/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/linear_algebra/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('linear_algebra'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/localization/etc/localization.start b/scilab/modules/localization/etc/localization.start index c27dcb3..e6d541f 100644 --- a/scilab/modules/localization/etc/localization.start +++ b/scilab/modules/localization/etc/localization.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/localization/macros/lib'); | 6 | load('SCI/modules/localization/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/localization/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('localization'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/m2sci/etc/m2sci.start b/scilab/modules/m2sci/etc/m2sci.start index 8df5b4e..64216a8 100644 --- a/scilab/modules/m2sci/etc/m2sci.start +++ b/scilab/modules/m2sci/etc/m2sci.start | |||
@@ -7,5 +7,5 @@ load('SCI/modules/m2sci/macros/lib'); | |||
7 | load('SCI/modules/m2sci/macros/mtlb/lib'); | 7 | load('SCI/modules/m2sci/macros/mtlb/lib'); |
8 | // ==================================================================== | 8 | // ==================================================================== |
9 | //add help chapter | 9 | //add help chapter |
10 | exec(SCI+'/modules/m2sci/help/'+getlanguage()+'/addchapter.sce'); | 10 | add_module_help_chapter('m2sci'); |
11 | // ==================================================================== | 11 | // ==================================================================== |
diff --git a/scilab/modules/maple2scilab/etc/maple2scilab.start b/scilab/modules/maple2scilab/etc/maple2scilab.start index e017a28..1214d8a 100644 --- a/scilab/modules/maple2scilab/etc/maple2scilab.start +++ b/scilab/modules/maple2scilab/etc/maple2scilab.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/maple2scilab/macros/lib'); | 6 | load('SCI/modules/maple2scilab/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/maple2scilab/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('maple2scilab'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/metanet/etc/metanet.start b/scilab/modules/metanet/etc/metanet.start index 3c7127a..43bb996 100644 --- a/scilab/modules/metanet/etc/metanet.start +++ b/scilab/modules/metanet/etc/metanet.start | |||
@@ -6,7 +6,7 @@ | |||
6 | load('SCI/modules/metanet/macros/lib'); | 6 | load('SCI/modules/metanet/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/metanet/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('metanet'); |
10 | 10 | ||
11 | //add demos | 11 | //add demos |
12 | path = get_absolute_file_path('metanet.start'); | 12 | path = get_absolute_file_path('metanet.start'); |
diff --git a/scilab/modules/mexlib/etc/mexlib.start b/scilab/modules/mexlib/etc/mexlib.start index b35bbe1..5490279 100644 --- a/scilab/modules/mexlib/etc/mexlib.start +++ b/scilab/modules/mexlib/etc/mexlib.start | |||
@@ -6,5 +6,5 @@ | |||
6 | //load('SCI/modules/mexlib/macros/lib'); | 6 | //load('SCI/modules/mexlib/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | //exec(SCI+'/modules/mexlib/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('mexlib'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/mexlib/help/en_US/addchapter.sce b/scilab/modules/mexlib/help/en_US/addchapter.sce index 7a8272d..34679f0 100644 --- a/scilab/modules/mexlib/help/en_US/addchapter.sce +++ b/scilab/modules/mexlib/help/en_US/addchapter.sce | |||
@@ -5,6 +5,6 @@ | |||
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | path = SCI+'/modules/mexlib/help/'+getlanguage(); | 7 | path = SCI+'/modules/mexlib/help/'+getlanguage(); |
8 | add_help_chapter("mexlib",path); | 8 | //add_help_chapter("mexlib",path); |
9 | clear path add_help_chapter; | 9 | clear path add_help_chapter; |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/mexlib/help/fr_FR/addchapter.sce b/scilab/modules/mexlib/help/fr_FR/addchapter.sce index 7a8272d..34679f0 100644 --- a/scilab/modules/mexlib/help/fr_FR/addchapter.sce +++ b/scilab/modules/mexlib/help/fr_FR/addchapter.sce | |||
@@ -5,6 +5,6 @@ | |||
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | path = SCI+'/modules/mexlib/help/'+getlanguage(); | 7 | path = SCI+'/modules/mexlib/help/'+getlanguage(); |
8 | add_help_chapter("mexlib",path); | 8 | //add_help_chapter("mexlib",path); |
9 | clear path add_help_chapter; | 9 | clear path add_help_chapter; |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/optimization/etc/optimization.start b/scilab/modules/optimization/etc/optimization.start index 2e13a42..d7a7e93 100644 --- a/scilab/modules/optimization/etc/optimization.start +++ b/scilab/modules/optimization/etc/optimization.start | |||
@@ -6,7 +6,7 @@ | |||
6 | load('SCI/modules/optimization/macros/lib'); | 6 | load('SCI/modules/optimization/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/optimization/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('optimization'); |
10 | 10 | ||
11 | //add demos | 11 | //add demos |
12 | path = get_absolute_file_path('optimization.start'); | 12 | path = get_absolute_file_path('optimization.start'); |
diff --git a/scilab/modules/others/etc/others.start b/scilab/modules/others/etc/others.start index 89538b9..9917869 100644 --- a/scilab/modules/others/etc/others.start +++ b/scilab/modules/others/etc/others.start | |||
@@ -6,7 +6,7 @@ | |||
6 | load('SCI/modules/others/macros/lib'); | 6 | load('SCI/modules/others/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/others/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('others'); |
10 | 10 | ||
11 | //add demos | 11 | //add demos |
12 | path = get_absolute_file_path('others.start'); | 12 | path = get_absolute_file_path('others.start'); |
diff --git a/scilab/modules/overloading/etc/overloading.start b/scilab/modules/overloading/etc/overloading.start index 8fdf741..22dbcc5 100644 --- a/scilab/modules/overloading/etc/overloading.start +++ b/scilab/modules/overloading/etc/overloading.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/overloading/macros/lib'); | 6 | load('SCI/modules/overloading/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/overloading/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('overloading'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/polynomials/etc/polynomials.start b/scilab/modules/polynomials/etc/polynomials.start index e5ef89b..d6f0f47 100644 --- a/scilab/modules/polynomials/etc/polynomials.start +++ b/scilab/modules/polynomials/etc/polynomials.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/polynomials/macros/lib'); | 6 | load('SCI/modules/polynomials/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/polynomials/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('polynomials'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/pvm/etc/pvm.start b/scilab/modules/pvm/etc/pvm.start index 64100fd..f8af51a 100644 --- a/scilab/modules/pvm/etc/pvm.start +++ b/scilab/modules/pvm/etc/pvm.start | |||
@@ -6,7 +6,7 @@ | |||
6 | load('SCI/modules/pvm/macros/lib'); | 6 | load('SCI/modules/pvm/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/pvm/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('pvm'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
11 | //add demos | 11 | //add demos |
12 | path = get_absolute_file_path('pvm.start'); | 12 | path = get_absolute_file_path('pvm.start'); |
diff --git a/scilab/modules/randlib/etc/randlib.start b/scilab/modules/randlib/etc/randlib.start index 895c42c..5516ad3 100644 --- a/scilab/modules/randlib/etc/randlib.start +++ b/scilab/modules/randlib/etc/randlib.start | |||
@@ -6,5 +6,5 @@ | |||
6 | // load('SCI/modules/randlib/macros/lib'); | 6 | // load('SCI/modules/randlib/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/randlib/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('randlib'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/sci2c/etc/sci2c.start b/scilab/modules/sci2c/etc/sci2c.start index 79a5c73..5de04fe 100644 --- a/scilab/modules/sci2c/etc/sci2c.start +++ b/scilab/modules/sci2c/etc/sci2c.start | |||
@@ -6,5 +6,5 @@ | |||
6 | //load('SCI/modules/sci2c/macros/lib'); | 6 | //load('SCI/modules/sci2c/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | //exec(SCI+'/modules/sci2c/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('sci2c'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/sci2c/help/en_US/addchapter.sce b/scilab/modules/sci2c/help/en_US/addchapter.sce index 3478640..3554cc3 100644 --- a/scilab/modules/sci2c/help/en_US/addchapter.sce +++ b/scilab/modules/sci2c/help/en_US/addchapter.sce | |||
@@ -5,6 +5,6 @@ | |||
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | path = SCI+'/modules/sci2c/help/'+getlanguage(); | 7 | path = SCI+'/modules/sci2c/help/'+getlanguage(); |
8 | add_help_chapter("Scilab to C language",path); | 8 | //add_help_chapter("Scilab to C language",path); |
9 | clear path add_help_chapter; | 9 | clear path add_help_chapter; |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/sci2c/help/fr_FR/addchapter.sce b/scilab/modules/sci2c/help/fr_FR/addchapter.sce index 3478640..3554cc3 100644 --- a/scilab/modules/sci2c/help/fr_FR/addchapter.sce +++ b/scilab/modules/sci2c/help/fr_FR/addchapter.sce | |||
@@ -5,6 +5,6 @@ | |||
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | path = SCI+'/modules/sci2c/help/'+getlanguage(); | 7 | path = SCI+'/modules/sci2c/help/'+getlanguage(); |
8 | add_help_chapter("Scilab to C language",path); | 8 | //add_help_chapter("Scilab to C language",path); |
9 | clear path add_help_chapter; | 9 | clear path add_help_chapter; |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/scicos/etc/scicos.start b/scilab/modules/scicos/etc/scicos.start index c180f8c..47e3dd3 100644 --- a/scilab/modules/scicos/etc/scicos.start +++ b/scilab/modules/scicos/etc/scicos.start | |||
@@ -9,7 +9,7 @@ clear scicos_pal // explicitly clear %helps scicos_pal variables | |||
9 | load('SCI/modules/scicos/macros/lib') | 9 | load('SCI/modules/scicos/macros/lib') |
10 | // ==================================================================== | 10 | // ==================================================================== |
11 | //add help chapter | 11 | //add help chapter |
12 | exec(SCI+'/modules/scicos/help/'+getlanguage()+'/addchapter.sce'); | 12 | add_module_help_chapter('scicos'); |
13 | // ==================================================================== | 13 | // ==================================================================== |
14 | //add demos | 14 | //add demos |
15 | path=get_absolute_file_path('scicos.start'); | 15 | path=get_absolute_file_path('scicos.start'); |
diff --git a/scilab/modules/scilab2fortran/etc/scilab2fortran.start b/scilab/modules/scilab2fortran/etc/scilab2fortran.start index a6ccb88..f88d0ac 100644 --- a/scilab/modules/scilab2fortran/etc/scilab2fortran.start +++ b/scilab/modules/scilab2fortran/etc/scilab2fortran.start | |||
@@ -6,7 +6,7 @@ | |||
6 | load('SCI/modules/scilab2fortran/macros/lib'); | 6 | load('SCI/modules/scilab2fortran/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/scilab2fortran/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('scilab2fortran'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
11 | //add demo | 11 | //add demo |
12 | path = get_absolute_file_path('scilab2fortran.start'); | 12 | path = get_absolute_file_path('scilab2fortran.start'); |
diff --git a/scilab/modules/scipad/etc/scipad.start b/scilab/modules/scipad/etc/scipad.start index 0900a69..3eac582 100644 --- a/scilab/modules/scipad/etc/scipad.start +++ b/scilab/modules/scipad/etc/scipad.start | |||
@@ -7,5 +7,5 @@ load('SCI/modules/scipad/macros/lib'); | |||
7 | load('SCI/modules/scipad/macros/scipad_internals/lib'); | 7 | load('SCI/modules/scipad/macros/scipad_internals/lib'); |
8 | // ==================================================================== | 8 | // ==================================================================== |
9 | //add help chapter | 9 | //add help chapter |
10 | exec(SCI+'/modules/scipad/help/'+getlanguage()+'/addchapter.sce'); | 10 | add_module_help_chapter('scipad'); |
11 | // ==================================================================== | 11 | // ==================================================================== |
diff --git a/scilab/modules/signal_processing/etc/signal_processing.start b/scilab/modules/signal_processing/etc/signal_processing.start index ee32c4e..1c0a60f 100644 --- a/scilab/modules/signal_processing/etc/signal_processing.start +++ b/scilab/modules/signal_processing/etc/signal_processing.start | |||
@@ -6,7 +6,7 @@ | |||
6 | load('SCI/modules/signal_processing/macros/lib'); | 6 | load('SCI/modules/signal_processing/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/signal_processing/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('signal_processing'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
11 | //add demos | 11 | //add demos |
12 | path = get_absolute_file_path('signal_processing.start'); | 12 | path = get_absolute_file_path('signal_processing.start'); |
diff --git a/scilab/modules/sound/etc/sound.start b/scilab/modules/sound/etc/sound.start index 650ce1d..5f2e5ff 100644 --- a/scilab/modules/sound/etc/sound.start +++ b/scilab/modules/sound/etc/sound.start | |||
@@ -6,7 +6,7 @@ | |||
6 | load('SCI/modules/sound/macros/lib'); | 6 | load('SCI/modules/sound/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/sound/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('sound'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
11 | //add demos | 11 | //add demos |
12 | path = get_absolute_file_path('sound.start'); | 12 | path = get_absolute_file_path('sound.start'); |
diff --git a/scilab/modules/sparse/etc/sparse.start b/scilab/modules/sparse/etc/sparse.start index f3d60a0..06c9e3e 100644 --- a/scilab/modules/sparse/etc/sparse.start +++ b/scilab/modules/sparse/etc/sparse.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/sparse/macros/lib'); | 6 | load('SCI/modules/sparse/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/sparse/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('sparse'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/special_functions/etc/special_functions.start b/scilab/modules/special_functions/etc/special_functions.start index 1185358..1955e6b 100644 --- a/scilab/modules/special_functions/etc/special_functions.start +++ b/scilab/modules/special_functions/etc/special_functions.start | |||
@@ -6,5 +6,5 @@ | |||
6 | //load('SCI/modules/special_functions/macros/lib'); | 6 | //load('SCI/modules/special_functions/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/special_functions/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('special_functions'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/statistics/etc/statistics.start b/scilab/modules/statistics/etc/statistics.start index 90f1d1e..219a547 100644 --- a/scilab/modules/statistics/etc/statistics.start +++ b/scilab/modules/statistics/etc/statistics.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/statistics/macros/lib'); | 6 | load('SCI/modules/statistics/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | ///add help chapter | 8 | ///add help chapter |
9 | exec(SCI+'/modules/statistics/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('statistics'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/string/etc/string.start b/scilab/modules/string/etc/string.start index 2ca29c1..315bc6f 100644 --- a/scilab/modules/string/etc/string.start +++ b/scilab/modules/string/etc/string.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/string/macros/lib'); | 6 | load('SCI/modules/string/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/string/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('string'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/symbolic/etc/symbolic.start b/scilab/modules/symbolic/etc/symbolic.start index 7de4c3c..790f531 100644 --- a/scilab/modules/symbolic/etc/symbolic.start +++ b/scilab/modules/symbolic/etc/symbolic.start | |||
@@ -6,5 +6,5 @@ | |||
6 | //load('SCI/modules/symbolic/macros/lib'); | 6 | //load('SCI/modules/symbolic/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/symbolic/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('symbolic'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/tclsci/etc/tclsci.start b/scilab/modules/tclsci/etc/tclsci.start index cae155a..691fd20 100644 --- a/scilab/modules/tclsci/etc/tclsci.start +++ b/scilab/modules/tclsci/etc/tclsci.start | |||
@@ -6,7 +6,7 @@ | |||
6 | load('SCI/modules/tclsci/macros/lib'); | 6 | load('SCI/modules/tclsci/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/tclsci/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('tclsci'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
11 | // add demos | 11 | // add demos |
12 | path = get_absolute_file_path('tclsci.start'); | 12 | path = get_absolute_file_path('tclsci.start'); |
diff --git a/scilab/modules/texmacs/etc/texmacs.start b/scilab/modules/texmacs/etc/texmacs.start index 2f8ee28..e362d10 100644 --- a/scilab/modules/texmacs/etc/texmacs.start +++ b/scilab/modules/texmacs/etc/texmacs.start | |||
@@ -9,5 +9,5 @@ | |||
9 | clear with_texmacs; | 9 | clear with_texmacs; |
10 | // ==================================================================== | 10 | // ==================================================================== |
11 | //add help chapter | 11 | //add help chapter |
12 | exec(SCI+'/modules/texmacs/help/'+getlanguage()+'/addchapter.sce'); | 12 | add_module_help_chapter('texmacs'); |
13 | // ==================================================================== | 13 | // ==================================================================== |
diff --git a/scilab/modules/tfds/etc/tfds.start b/scilab/modules/tfds/etc/tfds.start index 2facd27..b3ce130 100644 --- a/scilab/modules/tfds/etc/tfds.start +++ b/scilab/modules/tfds/etc/tfds.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/tfds/macros/lib'); | 6 | load('SCI/modules/tfds/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/tfds/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('tfds'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/time/etc/time.start b/scilab/modules/time/etc/time.start index 9892baa..c64439e 100644 --- a/scilab/modules/time/etc/time.start +++ b/scilab/modules/time/etc/time.start | |||
@@ -6,5 +6,5 @@ | |||
6 | load('SCI/modules/time/macros/lib'); | 6 | load('SCI/modules/time/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/time/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('time'); |
10 | // ==================================================================== | 10 | // ==================================================================== |
diff --git a/scilab/modules/wintools/etc/wintools.start b/scilab/modules/wintools/etc/wintools.start index 30b09e9..778fb89 100644 --- a/scilab/modules/wintools/etc/wintools.start +++ b/scilab/modules/wintools/etc/wintools.start | |||
@@ -6,5 +6,5 @@ | |||
6 | //load('SCI/modules/wintools/macros/lib'); | 6 | //load('SCI/modules/wintools/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | exec(SCI+'/modules/wintools/help/'+getlanguage()+'/addchapter.sce'); | 9 | add_module_help_chapter('wintools'); |
10 | // ==================================================================== | 10 | // ==================================================================== |