diff options
Diffstat (limited to 'scilab/modules')
129 files changed, 42 insertions, 628 deletions
diff --git a/scilab/modules/api_scilab/etc/api_scilab.quit b/scilab/modules/api_scilab/etc/api_scilab.quit index b1cca72..8a0f997 100644 --- a/scilab/modules/api_scilab/etc/api_scilab.quit +++ b/scilab/modules/api_scilab/etc/api_scilab.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("api_scilab",%t); | ||
15 | end | ||
diff --git a/scilab/modules/api_scilab/etc/api_scilab.start b/scilab/modules/api_scilab/etc/api_scilab.start index bca54f4..a847fbc 100644 --- a/scilab/modules/api_scilab/etc/api_scilab.start +++ b/scilab/modules/api_scilab/etc/api_scilab.start | |||
@@ -7,8 +7,3 @@ | |||
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 | // Add help chapter | ||
11 | // ============================================================================= | ||
12 | if WITH_HELPTOOLS then | ||
13 | add_module_help_chapter("api_scilab"); | ||
14 | end | ||
diff --git a/scilab/modules/arnoldi/etc/arnoldi.quit b/scilab/modules/arnoldi/etc/arnoldi.quit index e668f19..8a0f997 100644 --- a/scilab/modules/arnoldi/etc/arnoldi.quit +++ b/scilab/modules/arnoldi/etc/arnoldi.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("arnoldi",%t); | ||
15 | end | ||
diff --git a/scilab/modules/arnoldi/etc/arnoldi.start b/scilab/modules/arnoldi/etc/arnoldi.start index bfcc12b..f5cd1cf 100644 --- a/scilab/modules/arnoldi/etc/arnoldi.start +++ b/scilab/modules/arnoldi/etc/arnoldi.start | |||
@@ -7,8 +7,3 @@ | |||
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 | // Add help chapter | ||
11 | // ============================================================================= | ||
12 | if WITH_HELPTOOLS then | ||
13 | add_module_help_chapter("arnoldi"); | ||
14 | end | ||
diff --git a/scilab/modules/atoms/etc/atoms.quit b/scilab/modules/atoms/etc/atoms.quit index 7e6c524..e8e2e67 100644 --- a/scilab/modules/atoms/etc/atoms.quit +++ b/scilab/modules/atoms/etc/atoms.quit | |||
@@ -7,8 +7,3 @@ | |||
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 | // Delete help chapter | ||
11 | // ============================================================================= | ||
12 | if WITH_HELPTOOLS then | ||
13 | del_help_chapter("atoms",%t); | ||
14 | end | ||
diff --git a/scilab/modules/atoms/etc/atoms.start b/scilab/modules/atoms/etc/atoms.start index bb95d81..bd372df 100644 --- a/scilab/modules/atoms/etc/atoms.start +++ b/scilab/modules/atoms/etc/atoms.start | |||
@@ -18,8 +18,3 @@ if or(getscilabmode() == ["NW";"STD"]) then | |||
18 | load("SCI/modules/atoms/macros/atoms_gui/lib"); | 18 | load("SCI/modules/atoms/macros/atoms_gui/lib"); |
19 | end | 19 | end |
20 | 20 | ||
21 | // Add help chapter | ||
22 | // ============================================================================= | ||
23 | if WITH_HELPTOOLS then | ||
24 | add_module_help_chapter("atoms"); | ||
25 | end | ||
diff --git a/scilab/modules/boolean/etc/boolean.quit b/scilab/modules/boolean/etc/boolean.quit index 3f365f5..8a0f997 100644 --- a/scilab/modules/boolean/etc/boolean.quit +++ b/scilab/modules/boolean/etc/boolean.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("boolean",%t); | ||
15 | end | ||
diff --git a/scilab/modules/boolean/etc/boolean.start b/scilab/modules/boolean/etc/boolean.start index a7c1bca..6f1446a 100644 --- a/scilab/modules/boolean/etc/boolean.start +++ b/scilab/modules/boolean/etc/boolean.start | |||
@@ -7,8 +7,3 @@ | |||
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 | // Add help chapter | ||
11 | // ============================================================================= | ||
12 | if WITH_HELPTOOLS then | ||
13 | add_module_help_chapter("boolean"); | ||
14 | end | ||
diff --git a/scilab/modules/cacsd/etc/cacsd.quit b/scilab/modules/cacsd/etc/cacsd.quit index 4274e7af..8a0f997 100644 --- a/scilab/modules/cacsd/etc/cacsd.quit +++ b/scilab/modules/cacsd/etc/cacsd.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("cacsd",%t); | ||
15 | end | ||
diff --git a/scilab/modules/cacsd/etc/cacsd.start b/scilab/modules/cacsd/etc/cacsd.start index 3c6a269..57c70b8 100644 --- a/scilab/modules/cacsd/etc/cacsd.start +++ b/scilab/modules/cacsd/etc/cacsd.start | |||
@@ -19,8 +19,3 @@ if WITH_DEMOS then | |||
19 | clear pathdemos ; | 19 | clear pathdemos ; |
20 | end | 20 | end |
21 | 21 | ||
22 | // Add help chapter | ||
23 | // ============================================================================= | ||
24 | if WITH_HELPTOOLS then | ||
25 | add_module_help_chapter("cacsd"); | ||
26 | end | ||
diff --git a/scilab/modules/call_scilab/etc/call_scilab.quit b/scilab/modules/call_scilab/etc/call_scilab.quit index 3c926b9..8a0f997 100644 --- a/scilab/modules/call_scilab/etc/call_scilab.quit +++ b/scilab/modules/call_scilab/etc/call_scilab.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("call_scilab",%t); | ||
15 | end | ||
diff --git a/scilab/modules/call_scilab/etc/call_scilab.start b/scilab/modules/call_scilab/etc/call_scilab.start index 89125d1..0408f7d 100644 --- a/scilab/modules/call_scilab/etc/call_scilab.start +++ b/scilab/modules/call_scilab/etc/call_scilab.start | |||
@@ -7,7 +7,4 @@ | |||
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 | if WITH_HELPTOOLS then | ||
11 | add_module_help_chapter("call_scilab"); | ||
12 | end | ||
13 | 10 | ||
diff --git a/scilab/modules/compatibility_functions/etc/compatibility_functions.quit b/scilab/modules/compatibility_functions/etc/compatibility_functions.quit index 06d0d2f..8a0f997 100644 --- a/scilab/modules/compatibility_functions/etc/compatibility_functions.quit +++ b/scilab/modules/compatibility_functions/etc/compatibility_functions.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("compatibility_functions",%t); | ||
15 | end | ||
diff --git a/scilab/modules/compatibility_functions/etc/compatibility_functions.start b/scilab/modules/compatibility_functions/etc/compatibility_functions.start index 95b3a2d..6f3ec8e 100644 --- a/scilab/modules/compatibility_functions/etc/compatibility_functions.start +++ b/scilab/modules/compatibility_functions/etc/compatibility_functions.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load(SCI+"/modules/compatibility_functions/macros/lib"); | 12 | load(SCI+"/modules/compatibility_functions/macros/lib"); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("compatibility_functions"); | ||
18 | end | ||
diff --git a/scilab/modules/completion/etc/completion.quit b/scilab/modules/completion/etc/completion.quit index 6c63aba..8a0f997 100644 --- a/scilab/modules/completion/etc/completion.quit +++ b/scilab/modules/completion/etc/completion.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("completion",%t); | ||
15 | end | ||
diff --git a/scilab/modules/completion/etc/completion.start b/scilab/modules/completion/etc/completion.start index c911ec7..e8e2e67 100644 --- a/scilab/modules/completion/etc/completion.start +++ b/scilab/modules/completion/etc/completion.start | |||
@@ -7,8 +7,3 @@ | |||
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 | // Add help chapter | ||
11 | // ============================================================================= | ||
12 | if WITH_HELPTOOLS then | ||
13 | add_module_help_chapter("completion"); | ||
14 | end | ||
diff --git a/scilab/modules/console/etc/console.start b/scilab/modules/console/etc/console.start index e8cf2fb..260d5df 100644 --- a/scilab/modules/console/etc/console.start +++ b/scilab/modules/console/etc/console.start | |||
@@ -7,8 +7,3 @@ | |||
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 | // Add help chapter | ||
11 | // ============================================================================= | ||
12 | if WITH_HELPTOOLS then | ||
13 | add_module_help_chapter("console"); | ||
14 | end | ||
diff --git a/scilab/modules/core/etc/core.quit b/scilab/modules/core/etc/core.quit index c3cd1ef..8a0f997 100644 --- a/scilab/modules/core/etc/core.quit +++ b/scilab/modules/core/etc/core.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("core",%t); | ||
15 | end | ||
diff --git a/scilab/modules/core/etc/core.start b/scilab/modules/core/etc/core.start index 03c4d02..82d6855 100644 --- a/scilab/modules/core/etc/core.start +++ b/scilab/modules/core/etc/core.start | |||
@@ -8,15 +8,8 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | |||
12 | // load temporary functions needed by all others | ||
13 | // ============================================================================= | 11 | // ============================================================================= |
14 | if WITH_HELPTOOLS then | 12 | // Load functions libraries |
15 | load(SCI+"/modules/helptools/macros/add_module_help_chapter.bin"); | ||
16 | load(SCI+"/modules/helptools/macros/add_help_chapter.bin"); | ||
17 | end | ||
18 | |||
19 | //Load functions libraries | ||
20 | // ============================================================================= | 13 | // ============================================================================= |
21 | load('SCI/modules/core/macros/lib'); | 14 | load('SCI/modules/core/macros/lib'); |
22 | 15 | ||
@@ -27,8 +20,3 @@ if WITH_DEMOS then | |||
27 | add_demo(gettext("Introduction"),pathdemos); | 20 | add_demo(gettext("Introduction"),pathdemos); |
28 | end | 21 | end |
29 | 22 | ||
30 | // Add help chapter | ||
31 | // ============================================================================= | ||
32 | if WITH_HELPTOOLS then | ||
33 | add_module_help_chapter("core"); | ||
34 | end | ||
diff --git a/scilab/modules/data_structures/etc/data_structures.quit b/scilab/modules/data_structures/etc/data_structures.quit index f582c9d..8a0f997 100644 --- a/scilab/modules/data_structures/etc/data_structures.quit +++ b/scilab/modules/data_structures/etc/data_structures.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("data_structures",%t); | ||
15 | end | ||
diff --git a/scilab/modules/data_structures/etc/data_structures.start b/scilab/modules/data_structures/etc/data_structures.start index d7daf4d..fb401de 100644 --- a/scilab/modules/data_structures/etc/data_structures.start +++ b/scilab/modules/data_structures/etc/data_structures.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load("SCI/modules/data_structures/macros/lib"); | 12 | load("SCI/modules/data_structures/macros/lib"); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("data_structures"); | ||
18 | end | ||
diff --git a/scilab/modules/demo_tools/etc/demo_tools.quit b/scilab/modules/demo_tools/etc/demo_tools.quit index 25a3397..8a0f997 100644 --- a/scilab/modules/demo_tools/etc/demo_tools.quit +++ b/scilab/modules/demo_tools/etc/demo_tools.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("demo_tools",%t); | ||
15 | end | ||
diff --git a/scilab/modules/development_tools/etc/development_tools.quit b/scilab/modules/development_tools/etc/development_tools.quit index 16a57ef..8a0f997 100644 --- a/scilab/modules/development_tools/etc/development_tools.quit +++ b/scilab/modules/development_tools/etc/development_tools.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("development_tools",%t); | ||
15 | end | ||
diff --git a/scilab/modules/development_tools/etc/development_tools.start b/scilab/modules/development_tools/etc/development_tools.start index 651ef02..9b20cc3 100644 --- a/scilab/modules/development_tools/etc/development_tools.start +++ b/scilab/modules/development_tools/etc/development_tools.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/development_tools/macros/lib'); | 12 | load('SCI/modules/development_tools/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("development_tools"); | ||
18 | end | ||
diff --git a/scilab/modules/differential_equations/etc/differential_equations.quit b/scilab/modules/differential_equations/etc/differential_equations.quit index ec58c77..8d02db8 100644 --- a/scilab/modules/differential_equations/etc/differential_equations.quit +++ b/scilab/modules/differential_equations/etc/differential_equations.quit | |||
@@ -8,9 +8,4 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("differential_equations",%t); | ||
15 | end | ||
16 | 11 | ||
diff --git a/scilab/modules/differential_equations/etc/differential_equations.start b/scilab/modules/differential_equations/etc/differential_equations.start index 495f1ed..b38c124 100644 --- a/scilab/modules/differential_equations/etc/differential_equations.start +++ b/scilab/modules/differential_equations/etc/differential_equations.start | |||
@@ -19,8 +19,3 @@ if WITH_DEMOS then | |||
19 | add_demo(gettext("Simulation"),pathdemos); | 19 | add_demo(gettext("Simulation"),pathdemos); |
20 | end | 20 | end |
21 | 21 | ||
22 | // Add help chapter | ||
23 | // ============================================================================= | ||
24 | if WITH_HELPTOOLS then | ||
25 | add_module_help_chapter("differential_equations"); | ||
26 | end | ||
diff --git a/scilab/modules/double/etc/double.quit b/scilab/modules/double/etc/double.quit index c4caab6..8a0f997 100644 --- a/scilab/modules/double/etc/double.quit +++ b/scilab/modules/double/etc/double.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("double",%t); | ||
15 | end | ||
diff --git a/scilab/modules/double/etc/double.start b/scilab/modules/double/etc/double.start index a11683a..6440192 100644 --- a/scilab/modules/double/etc/double.start +++ b/scilab/modules/double/etc/double.start | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Add help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | add_module_help_chapter("double"); | ||
15 | end | ||
diff --git a/scilab/modules/dynamic_link/etc/dynamic_link.quit b/scilab/modules/dynamic_link/etc/dynamic_link.quit index 32c8745..8793346 100644 --- a/scilab/modules/dynamic_link/etc/dynamic_link.quit +++ b/scilab/modules/dynamic_link/etc/dynamic_link.quit | |||
@@ -11,8 +11,3 @@ | |||
11 | // free all dynamics libraries | 11 | // free all dynamics libraries |
12 | ulink(); | 12 | ulink(); |
13 | // ============================================================================= | 13 | // ============================================================================= |
14 | // Delete help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | del_help_chapter("dynamic_link",%t); | ||
18 | end | ||
diff --git a/scilab/modules/dynamic_link/etc/dynamic_link.start b/scilab/modules/dynamic_link/etc/dynamic_link.start index 18d871f..ff4b8ed 100644 --- a/scilab/modules/dynamic_link/etc/dynamic_link.start +++ b/scilab/modules/dynamic_link/etc/dynamic_link.start | |||
@@ -36,12 +36,6 @@ if MSDOS then | |||
36 | clear findmsvccompiler | 36 | clear findmsvccompiler |
37 | end | 37 | end |
38 | 38 | ||
39 | // Add help chapter | ||
40 | // ============================================================================= | ||
41 | if WITH_HELPTOOLS then | ||
42 | add_module_help_chapter("dynamic_link"); | ||
43 | end | ||
44 | |||
45 | // Add demos | 39 | // Add demos |
46 | // ============================================================================= | 40 | // ============================================================================= |
47 | if WITH_DEMOS then | 41 | if WITH_DEMOS then |
diff --git a/scilab/modules/elementary_functions/etc/elementary_functions.quit b/scilab/modules/elementary_functions/etc/elementary_functions.quit index ba8d86c..8a0f997 100644 --- a/scilab/modules/elementary_functions/etc/elementary_functions.quit +++ b/scilab/modules/elementary_functions/etc/elementary_functions.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("elementary_functions",%t); | ||
15 | end | ||
diff --git a/scilab/modules/elementary_functions/etc/elementary_functions.start b/scilab/modules/elementary_functions/etc/elementary_functions.start index 0e8bc64..17c1ef0 100644 --- a/scilab/modules/elementary_functions/etc/elementary_functions.start +++ b/scilab/modules/elementary_functions/etc/elementary_functions.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/elementary_functions/macros/lib'); | 12 | load('SCI/modules/elementary_functions/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("elementary_functions"); | ||
18 | end | ||
diff --git a/scilab/modules/fftw/etc/fftw.quit b/scilab/modules/fftw/etc/fftw.quit index 7e56e2a..63eaffd 100644 --- a/scilab/modules/fftw/etc/fftw.quit +++ b/scilab/modules/fftw/etc/fftw.quit | |||
@@ -10,12 +10,6 @@ | |||
10 | 10 | ||
11 | if %fftw then | 11 | if %fftw then |
12 | 12 | ||
13 | // Delete help chapter | ||
14 | // ========================================================================= | ||
15 | if WITH_HELPTOOLS then | ||
16 | del_help_chapter("elementary_functions",%t); | ||
17 | end | ||
18 | |||
19 | if ( fftwlibraryisloaded() ) then | 13 | if ( fftwlibraryisloaded() ) then |
20 | disposefftwlibrary(); | 14 | disposefftwlibrary(); |
21 | end | 15 | end |
diff --git a/scilab/modules/fftw/etc/fftw.start b/scilab/modules/fftw/etc/fftw.start index be15f99..1c1e663 100644 --- a/scilab/modules/fftw/etc/fftw.start +++ b/scilab/modules/fftw/etc/fftw.start | |||
@@ -18,12 +18,6 @@ if %fftw then | |||
18 | librarynamefftw3 = librarynamefftw+".3"; | 18 | librarynamefftw3 = librarynamefftw+".3"; |
19 | end | 19 | end |
20 | 20 | ||
21 | // Add help chapter | ||
22 | // ============================================================================= | ||
23 | if WITH_HELPTOOLS then | ||
24 | add_module_help_chapter("fftw"); | ||
25 | end | ||
26 | |||
27 | if ( loadfftwlibrary(librarynamefftw3) | loadfftwlibrary(librarynamefftw)) then | 21 | if ( loadfftwlibrary(librarynamefftw3) | loadfftwlibrary(librarynamefftw)) then |
28 | //Load functions libraries | 22 | //Load functions libraries |
29 | //load('SCI/modules/fftw/macros/lib'); | 23 | //load('SCI/modules/fftw/macros/lib'); |
diff --git a/scilab/modules/fileio/etc/fileio.quit b/scilab/modules/fileio/etc/fileio.quit index 30b05e9..0c3ee9a 100644 --- a/scilab/modules/fileio/etc/fileio.quit +++ b/scilab/modules/fileio/etc/fileio.quit | |||
@@ -9,12 +9,6 @@ | |||
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | // Delete help chapter | ||
13 | // ============================================================================= | ||
14 | if WITH_HELPTOOLS then | ||
15 | del_help_chapter("fileio",%t); | ||
16 | end | ||
17 | // ============================================================================= | ||
18 | // close all opened files | 12 | // close all opened files |
19 | mclose('all'); | 13 | mclose('all'); |
20 | // ============================================================================= | 14 | // ============================================================================= |
diff --git a/scilab/modules/fileio/etc/fileio.start b/scilab/modules/fileio/etc/fileio.start index 38eae16..bea7a75 100644 --- a/scilab/modules/fileio/etc/fileio.start +++ b/scilab/modules/fileio/etc/fileio.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/fileio/macros/lib'); | 12 | load('SCI/modules/fileio/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("fileio"); | ||
18 | end | ||
diff --git a/scilab/modules/functions/etc/functions.quit b/scilab/modules/functions/etc/functions.quit index 7826b55..8a0f997 100644 --- a/scilab/modules/functions/etc/functions.quit +++ b/scilab/modules/functions/etc/functions.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("functions",%t); | ||
15 | end | ||
diff --git a/scilab/modules/functions/etc/functions.start b/scilab/modules/functions/etc/functions.start index 0be1a13..b810cdc 100644 --- a/scilab/modules/functions/etc/functions.start +++ b/scilab/modules/functions/etc/functions.start | |||
@@ -12,8 +12,3 @@ | |||
12 | // ============================================================================= | 12 | // ============================================================================= |
13 | load('SCI/modules/functions/macros/lib'); | 13 | load('SCI/modules/functions/macros/lib'); |
14 | 14 | ||
15 | // Add help chapter | ||
16 | // ============================================================================= | ||
17 | if WITH_HELPTOOLS then | ||
18 | add_module_help_chapter("functions"); | ||
19 | end | ||
diff --git a/scilab/modules/genetic_algorithms/etc/genetic_algorithms.quit b/scilab/modules/genetic_algorithms/etc/genetic_algorithms.quit index 8c61a24..8a0f997 100644 --- a/scilab/modules/genetic_algorithms/etc/genetic_algorithms.quit +++ b/scilab/modules/genetic_algorithms/etc/genetic_algorithms.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("genetic_algorithms",%t); | ||
15 | end | ||
diff --git a/scilab/modules/genetic_algorithms/etc/genetic_algorithms.start b/scilab/modules/genetic_algorithms/etc/genetic_algorithms.start index f38842a..95e21b7 100644 --- a/scilab/modules/genetic_algorithms/etc/genetic_algorithms.start +++ b/scilab/modules/genetic_algorithms/etc/genetic_algorithms.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load("SCI/modules/genetic_algorithms/macros/lib"); | 12 | load("SCI/modules/genetic_algorithms/macros/lib"); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("genetic_algorithms"); | ||
18 | end | ||
diff --git a/scilab/modules/graphic_export/etc/graphic_export.start b/scilab/modules/graphic_export/etc/graphic_export.start index b2743e6..1969546 100644 --- a/scilab/modules/graphic_export/etc/graphic_export.start +++ b/scilab/modules/graphic_export/etc/graphic_export.start | |||
@@ -15,11 +15,6 @@ if (getscilabmode() <> 'NWNI') then | |||
15 | load(SCI+"/modules/graphic_export/macros/lib"); | 15 | load(SCI+"/modules/graphic_export/macros/lib"); |
16 | end | 16 | end |
17 | 17 | ||
18 | // Add help chapter | ||
19 | // ============================================================================= | ||
20 | if WITH_HELPTOOLS then | ||
21 | add_module_help_chapter("graphic_export"); | ||
22 | end | ||
23 | 18 | ||
24 | // global variable for export | 19 | // global variable for export |
25 | // ============================================================================= | 20 | // ============================================================================= |
diff --git a/scilab/modules/graphics/etc/graphics.quit b/scilab/modules/graphics/etc/graphics.quit index 56160f3..8a0f997 100644 --- a/scilab/modules/graphics/etc/graphics.quit +++ b/scilab/modules/graphics/etc/graphics.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("graphics",%t); | ||
15 | end | ||
diff --git a/scilab/modules/graphics/etc/graphics.start b/scilab/modules/graphics/etc/graphics.start index d8a71be..c513335 100644 --- a/scilab/modules/graphics/etc/graphics.start +++ b/scilab/modules/graphics/etc/graphics.start | |||
@@ -14,11 +14,6 @@ if (getscilabmode() <> 'NWNI') then | |||
14 | load(SCI+"/modules/graphics/macros/lib"); | 14 | load(SCI+"/modules/graphics/macros/lib"); |
15 | end | 15 | end |
16 | 16 | ||
17 | // Add help chapter | ||
18 | // ============================================================================= | ||
19 | if WITH_HELPTOOLS then | ||
20 | add_module_help_chapter("graphics"); | ||
21 | end | ||
22 | 17 | ||
23 | // Add demo | 18 | // Add demo |
24 | // ============================================================================= | 19 | // ============================================================================= |
diff --git a/scilab/modules/gui/etc/gui.quit b/scilab/modules/gui/etc/gui.quit index 85cd047..8a0f997 100644 --- a/scilab/modules/gui/etc/gui.quit +++ b/scilab/modules/gui/etc/gui.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("gui",%t); | ||
15 | end | ||
diff --git a/scilab/modules/gui/etc/gui.start b/scilab/modules/gui/etc/gui.start index 7009d3d..e1c872b 100644 --- a/scilab/modules/gui/etc/gui.start +++ b/scilab/modules/gui/etc/gui.start | |||
@@ -13,12 +13,6 @@ | |||
13 | load("SCI/modules/gui/macros/lib"); | 13 | load("SCI/modules/gui/macros/lib"); |
14 | load("SCI/modules/gui/macros/tree/lib"); | 14 | load("SCI/modules/gui/macros/tree/lib"); |
15 | 15 | ||
16 | // Add help chapter | ||
17 | // ============================================================================= | ||
18 | if WITH_HELPTOOLS then | ||
19 | add_module_help_chapter("gui"); | ||
20 | end | ||
21 | |||
22 | // Add demo | 16 | // Add demo |
23 | // ============================================================================= | 17 | // ============================================================================= |
24 | if WITH_DEMOS then | 18 | if WITH_DEMOS then |
diff --git a/scilab/modules/helptools/etc/helptools.quit b/scilab/modules/helptools/etc/helptools.quit index 83097f4..8a0f997 100644 --- a/scilab/modules/helptools/etc/helptools.quit +++ b/scilab/modules/helptools/etc/helptools.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("helptools",%t); | ||
15 | end | ||
diff --git a/scilab/modules/helptools/etc/helptools.start b/scilab/modules/helptools/etc/helptools.start index 5f9af34..afd1ef9 100644 --- a/scilab/modules/helptools/etc/helptools.start +++ b/scilab/modules/helptools/etc/helptools.start | |||
@@ -12,8 +12,3 @@ | |||
12 | // ============================================================================= | 12 | // ============================================================================= |
13 | load('SCI/modules/helptools/macros/lib'); | 13 | load('SCI/modules/helptools/macros/lib'); |
14 | 14 | ||
15 | // Add help chapter | ||
16 | // ============================================================================= | ||
17 | if WITH_HELPTOOLS then | ||
18 | add_module_help_chapter("helptools"); | ||
19 | end | ||
diff --git a/scilab/modules/helptools/macros/add_module_help_chapter.sci b/scilab/modules/helptools/macros/add_module_help_chapter.sci index c1f36af..f98ae65 100644 --- a/scilab/modules/helptools/macros/add_module_help_chapter.sci +++ b/scilab/modules/helptools/macros/add_module_help_chapter.sci | |||
@@ -19,10 +19,8 @@ function add_module_help_chapter(modulename) | |||
19 | path_addchapter = SCI+"/modules/"+modulename+"/help/"+getdefaultlanguage()+"/addchapter.sce"; | 19 | path_addchapter = SCI+"/modules/"+modulename+"/help/"+getdefaultlanguage()+"/addchapter.sce"; |
20 | end | 20 | end |
21 | 21 | ||
22 | //try | 22 | if ( fileinfo(path_addchapter) <> [] ) then |
23 | exec(path_addchapter); | 23 | exec(path_addchapter); |
24 | //catch | 24 | end |
25 | // warning(gettext("Incorrect module path ")+path_addchapter); | ||
26 | //end | ||
27 | 25 | ||
28 | endfunction | 26 | endfunction |
diff --git a/scilab/modules/helptools/macros/check_help.sci b/scilab/modules/helptools/macros/check_help.sci index d5cf3ac..868d4d5 100644 --- a/scilab/modules/helptools/macros/check_help.sci +++ b/scilab/modules/helptools/macros/check_help.sci | |||
@@ -39,6 +39,12 @@ function check_help(dirs) | |||
39 | 39 | ||
40 | global %helps; | 40 | global %helps; |
41 | global %helps_modules | 41 | global %helps_modules |
42 | if %helps_modules == [] then | ||
43 | moduleslist = getmodules(); | ||
44 | for i = 1:size(moduleslist,'*') | ||
45 | add_module_help_chapter(moduleslist(i)); | ||
46 | end | ||
47 | end | ||
42 | %HELPS=[%helps_modules;%helps]; | 48 | %HELPS=[%helps_modules;%helps]; |
43 | dirs_to_build = %HELPS; | 49 | dirs_to_build = %HELPS; |
44 | clear %HELPS; | 50 | clear %HELPS; |
diff --git a/scilab/modules/helptools/macros/extract_help_examples.sci b/scilab/modules/helptools/macros/extract_help_examples.sci index d163f85..866dbfa 100644 --- a/scilab/modules/helptools/macros/extract_help_examples.sci +++ b/scilab/modules/helptools/macros/extract_help_examples.sci | |||
@@ -17,6 +17,12 @@ function extract_help_examples(dirpaths) | |||
17 | 17 | ||
18 | global %helps | 18 | global %helps |
19 | global %helps_modules | 19 | global %helps_modules |
20 | if %helps_modules == [] then | ||
21 | moduleslist = getmodules(); | ||
22 | for i = 1:size(moduleslist,'*') | ||
23 | add_module_help_chapter(moduleslist(i)); | ||
24 | end | ||
25 | end | ||
20 | %HELPS=[%helps_modules;%helps]; | 26 | %HELPS=[%helps_modules;%helps]; |
21 | 27 | ||
22 | logfile=mopen('extract_help_examples.log','w') | 28 | logfile=mopen('extract_help_examples.log','w') |
diff --git a/scilab/modules/helptools/macros/find_links.sci b/scilab/modules/helptools/macros/find_links.sci index d4d3069..49da177 100644 --- a/scilab/modules/helptools/macros/find_links.sci +++ b/scilab/modules/helptools/macros/find_links.sci | |||
@@ -98,6 +98,12 @@ function t=getlink(name,absolute_path,path) | |||
98 | 98 | ||
99 | global %helps; | 99 | global %helps; |
100 | global %helps_modules; | 100 | global %helps_modules; |
101 | if %helps_modules == [] then | ||
102 | moduleslist = getmodules(); | ||
103 | for i = 1:size(moduleslist,'*') | ||
104 | add_module_help_chapter(moduleslist(i)); | ||
105 | end | ||
106 | end | ||
101 | %HELPS=[%helps_modules;%helps]; | 107 | %HELPS=[%helps_modules;%helps]; |
102 | 108 | ||
103 | name=stripblanks(name) | 109 | name=stripblanks(name) |
diff --git a/scilab/modules/helptools/macros/manedit.sci b/scilab/modules/helptools/macros/manedit.sci index 4b228026..eace0e4 100644 --- a/scilab/modules/helptools/macros/manedit.sci +++ b/scilab/modules/helptools/macros/manedit.sci | |||
@@ -46,6 +46,12 @@ function path = get_item_xml_path(manitem) | |||
46 | 46 | ||
47 | global %helps | 47 | global %helps |
48 | global %helps_modules; | 48 | global %helps_modules; |
49 | if %helps_modules == [] then | ||
50 | moduleslist = getmodules(); | ||
51 | for i = 1:size(moduleslist,'*') | ||
52 | add_module_help_chapter(moduleslist(i)); | ||
53 | end | ||
54 | end | ||
49 | %HELPS=[%helps_modules;%helps]; | 55 | %HELPS=[%helps_modules;%helps]; |
50 | 56 | ||
51 | for k=1:size(%HELPS(:,1),'*') | 57 | for k=1:size(%HELPS(:,1),'*') |
diff --git a/scilab/modules/helptools/macros/xmltoformat.sci b/scilab/modules/helptools/macros/xmltoformat.sci index 6757b89..1a4218d 100644 --- a/scilab/modules/helptools/macros/xmltoformat.sci +++ b/scilab/modules/helptools/macros/xmltoformat.sci | |||
@@ -30,7 +30,15 @@ function generated_files = xmltoformat(output_format,dirs,titles,directory_langu | |||
30 | 30 | ||
31 | global %helps; | 31 | global %helps; |
32 | global %helps_modules; | 32 | global %helps_modules; |
33 | %HELPS=[%helps_modules;%helps]; | 33 | |
34 | if %helps_modules == [] then | ||
35 | moduleslist = getmodules(); | ||
36 | for i = 1:size(moduleslist,'*') | ||
37 | add_module_help_chapter(moduleslist(i)); | ||
38 | end | ||
39 | end | ||
40 | |||
41 | %HELPS = [%helps_modules; %helps]; | ||
34 | 42 | ||
35 | SCI_long = pathconvert(getlongpathname(SCI),%F,%F); | 43 | SCI_long = pathconvert(getlongpathname(SCI),%F,%F); |
36 | 44 | ||
diff --git a/scilab/modules/history_manager/etc/history_manager.quit b/scilab/modules/history_manager/etc/history_manager.quit index 4ffd3b8..2161bcd 100644 --- a/scilab/modules/history_manager/etc/history_manager.quit +++ b/scilab/modules/history_manager/etc/history_manager.quit | |||
@@ -17,8 +17,3 @@ if (sciargs()<>'-nouserstartup') then | |||
17 | historymanager('off'); | 17 | historymanager('off'); |
18 | end | 18 | end |
19 | 19 | ||
20 | // Delete help chapter | ||
21 | // ============================================================================= | ||
22 | if WITH_HELPTOOLS then | ||
23 | del_help_chapter("history_manager",%t); | ||
24 | end | ||
diff --git a/scilab/modules/history_manager/etc/history_manager.start b/scilab/modules/history_manager/etc/history_manager.start index cd2c30e..6b120f7 100644 --- a/scilab/modules/history_manager/etc/history_manager.start +++ b/scilab/modules/history_manager/etc/history_manager.start | |||
@@ -16,8 +16,3 @@ if sciargs()<>"-nouserstartup" then | |||
16 | loadhistory(); | 16 | loadhistory(); |
17 | end | 17 | end |
18 | 18 | ||
19 | // Add help chapter | ||
20 | // ============================================================================= | ||
21 | if WITH_HELPTOOLS then | ||
22 | add_module_help_chapter("history_manager"); | ||
23 | end | ||
diff --git a/scilab/modules/integer/etc/integer.quit b/scilab/modules/integer/etc/integer.quit index 61e34d4..8a0f997 100644 --- a/scilab/modules/integer/etc/integer.quit +++ b/scilab/modules/integer/etc/integer.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("integer",%t); | ||
15 | end | ||
diff --git a/scilab/modules/integer/etc/integer.start b/scilab/modules/integer/etc/integer.start index c0e9e75..4a8a060 100644 --- a/scilab/modules/integer/etc/integer.start +++ b/scilab/modules/integer/etc/integer.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/integer/macros/lib'); | 12 | load('SCI/modules/integer/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("integer"); | ||
18 | end | ||
diff --git a/scilab/modules/interpolation/etc/interpolation.quit b/scilab/modules/interpolation/etc/interpolation.quit index 9eee75d..8a0f997 100644 --- a/scilab/modules/interpolation/etc/interpolation.quit +++ b/scilab/modules/interpolation/etc/interpolation.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("interpolation",%t); | ||
15 | end | ||
diff --git a/scilab/modules/interpolation/etc/interpolation.start b/scilab/modules/interpolation/etc/interpolation.start index a4f6e22..d2d5c1d 100644 --- a/scilab/modules/interpolation/etc/interpolation.start +++ b/scilab/modules/interpolation/etc/interpolation.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/interpolation/macros/lib'); | 12 | load('SCI/modules/interpolation/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("interpolation"); | ||
18 | end | ||
diff --git a/scilab/modules/intersci/etc/intersci.quit b/scilab/modules/intersci/etc/intersci.quit index acbd94a..8a0f997 100644 --- a/scilab/modules/intersci/etc/intersci.quit +++ b/scilab/modules/intersci/etc/intersci.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("intersci",%t); | ||
15 | end | ||
diff --git a/scilab/modules/intersci/etc/intersci.start b/scilab/modules/intersci/etc/intersci.start index 7dffdb8..03de709 100644 --- a/scilab/modules/intersci/etc/intersci.start +++ b/scilab/modules/intersci/etc/intersci.start | |||
@@ -7,8 +7,3 @@ | |||
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 | // Add help chapter | ||
11 | // ============================================================================= | ||
12 | if WITH_HELPTOOLS then | ||
13 | add_module_help_chapter("intersci"); | ||
14 | end | ||
diff --git a/scilab/modules/io/etc/io.quit b/scilab/modules/io/etc/io.quit index 4b49afa..8a0f997 100644 --- a/scilab/modules/io/etc/io.quit +++ b/scilab/modules/io/etc/io.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("io",%t); | ||
15 | end | ||
diff --git a/scilab/modules/io/etc/io.start b/scilab/modules/io/etc/io.start index eb903d7..da21b4a 100644 --- a/scilab/modules/io/etc/io.start +++ b/scilab/modules/io/etc/io.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/io/macros/lib'); | 12 | load('SCI/modules/io/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("io"); | ||
18 | end | ||
diff --git a/scilab/modules/javasci/etc/javasci.quit b/scilab/modules/javasci/etc/javasci.quit index c104c2f..8a0f997 100644 --- a/scilab/modules/javasci/etc/javasci.quit +++ b/scilab/modules/javasci/etc/javasci.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("javasci",%t); | ||
15 | end | ||
diff --git a/scilab/modules/javasci/etc/javasci.start b/scilab/modules/javasci/etc/javasci.start index b2afbd1..eea7339 100644 --- a/scilab/modules/javasci/etc/javasci.start +++ b/scilab/modules/javasci/etc/javasci.start | |||
@@ -7,8 +7,3 @@ | |||
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 | // Add help chapter | ||
11 | // ============================================================================= | ||
12 | if WITH_HELPTOOLS then | ||
13 | add_module_help_chapter("javasci"); | ||
14 | end | ||
diff --git a/scilab/modules/jvm/etc/jvm.quit b/scilab/modules/jvm/etc/jvm.quit index 5f64f72..8a0f997 100644 --- a/scilab/modules/jvm/etc/jvm.quit +++ b/scilab/modules/jvm/etc/jvm.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("jvm",%t); | ||
15 | end | ||
diff --git a/scilab/modules/jvm/etc/jvm.start b/scilab/modules/jvm/etc/jvm.start index a1ba920..eb7deab 100644 --- a/scilab/modules/jvm/etc/jvm.start +++ b/scilab/modules/jvm/etc/jvm.start | |||
@@ -12,8 +12,3 @@ if (getscilabmode()<>'NWNI') then | |||
12 | load('SCI/modules/jvm/macros/lib'); | 12 | load('SCI/modules/jvm/macros/lib'); |
13 | end | 13 | end |
14 | 14 | ||
15 | // Add help chapter | ||
16 | // ============================================================================= | ||
17 | if WITH_HELPTOOLS then | ||
18 | add_module_help_chapter("jvm"); | ||
19 | end | ||
diff --git a/scilab/modules/linear_algebra/etc/linear_algebra.quit b/scilab/modules/linear_algebra/etc/linear_algebra.quit index 42aa219..8a0f997 100644 --- a/scilab/modules/linear_algebra/etc/linear_algebra.quit +++ b/scilab/modules/linear_algebra/etc/linear_algebra.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("linear_algebra",%t); | ||
15 | end | ||
diff --git a/scilab/modules/linear_algebra/etc/linear_algebra.start b/scilab/modules/linear_algebra/etc/linear_algebra.start index daf7c7e..862e342 100644 --- a/scilab/modules/linear_algebra/etc/linear_algebra.start +++ b/scilab/modules/linear_algebra/etc/linear_algebra.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/linear_algebra/macros/lib'); | 12 | load('SCI/modules/linear_algebra/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("linear_algebra"); | ||
18 | end | ||
diff --git a/scilab/modules/localization/etc/localization.quit b/scilab/modules/localization/etc/localization.quit index d961d6a..8a0f997 100644 --- a/scilab/modules/localization/etc/localization.quit +++ b/scilab/modules/localization/etc/localization.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("localization",%t); | ||
15 | end | ||
diff --git a/scilab/modules/localization/etc/localization.start b/scilab/modules/localization/etc/localization.start index 754f910..9645b25 100644 --- a/scilab/modules/localization/etc/localization.start +++ b/scilab/modules/localization/etc/localization.start | |||
@@ -7,8 +7,3 @@ | |||
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 | // Add help chapter | ||
11 | // ============================================================================= | ||
12 | if WITH_HELPTOOLS then | ||
13 | add_module_help_chapter("localization"); | ||
14 | end | ||
diff --git a/scilab/modules/m2sci/etc/m2sci.quit b/scilab/modules/m2sci/etc/m2sci.quit index 49f47cc..8a0f997 100644 --- a/scilab/modules/m2sci/etc/m2sci.quit +++ b/scilab/modules/m2sci/etc/m2sci.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("m2sci",%t); | ||
15 | end | ||
diff --git a/scilab/modules/m2sci/etc/m2sci.start b/scilab/modules/m2sci/etc/m2sci.start index 463a81e..09e7ca7 100644 --- a/scilab/modules/m2sci/etc/m2sci.start +++ b/scilab/modules/m2sci/etc/m2sci.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/m2sci/macros/lib'); | 12 | load('SCI/modules/m2sci/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("m2sci"); | ||
18 | end | ||
diff --git a/scilab/modules/maple2scilab/etc/maple2scilab.quit b/scilab/modules/maple2scilab/etc/maple2scilab.quit index 4c7ab31..8a0f997 100644 --- a/scilab/modules/maple2scilab/etc/maple2scilab.quit +++ b/scilab/modules/maple2scilab/etc/maple2scilab.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("maple2scilab",%t); | ||
15 | end | ||
diff --git a/scilab/modules/maple2scilab/etc/maple2scilab.start b/scilab/modules/maple2scilab/etc/maple2scilab.start index b337568..a6ecf66 100644 --- a/scilab/modules/maple2scilab/etc/maple2scilab.start +++ b/scilab/modules/maple2scilab/etc/maple2scilab.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/maple2scilab/macros/lib'); | 12 | load('SCI/modules/maple2scilab/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("maple2scilab"); | ||
18 | end | ||
diff --git a/scilab/modules/matio/etc/matio.quit b/scilab/modules/matio/etc/matio.quit index 2324ad9..8a0f997 100644 --- a/scilab/modules/matio/etc/matio.quit +++ b/scilab/modules/matio/etc/matio.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("matio",%t); | ||
15 | end | ||
diff --git a/scilab/modules/matio/etc/matio.start b/scilab/modules/matio/etc/matio.start index 361a007..56bf2f3 100644 --- a/scilab/modules/matio/etc/matio.start +++ b/scilab/modules/matio/etc/matio.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load("SCI/modules/matio/macros/lib"); | 12 | load("SCI/modules/matio/macros/lib"); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("matio"); | ||
18 | end | ||
diff --git a/scilab/modules/mexlib/etc/mexlib.quit b/scilab/modules/mexlib/etc/mexlib.quit index fcc9203..8a0f997 100644 --- a/scilab/modules/mexlib/etc/mexlib.quit +++ b/scilab/modules/mexlib/etc/mexlib.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("mexlib",%t); | ||
15 | end | ||
diff --git a/scilab/modules/mexlib/etc/mexlib.start b/scilab/modules/mexlib/etc/mexlib.start index 5da8fc4..03de709 100644 --- a/scilab/modules/mexlib/etc/mexlib.start +++ b/scilab/modules/mexlib/etc/mexlib.start | |||
@@ -7,8 +7,3 @@ | |||
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 | // Add help chapter | ||
11 | // ============================================================================= | ||
12 | if WITH_HELPTOOLS then | ||
13 | add_module_help_chapter("mexlib"); | ||
14 | end | ||
diff --git a/scilab/modules/optimization/etc/optimization.quit b/scilab/modules/optimization/etc/optimization.quit index fcff292..8a0f997 100644 --- a/scilab/modules/optimization/etc/optimization.quit +++ b/scilab/modules/optimization/etc/optimization.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("optimization",%t); | ||
15 | end | ||
diff --git a/scilab/modules/optimization/etc/optimization.start b/scilab/modules/optimization/etc/optimization.start index 8e67926..b54e789 100644 --- a/scilab/modules/optimization/etc/optimization.start +++ b/scilab/modules/optimization/etc/optimization.start | |||
@@ -14,11 +14,6 @@ load('SCI/modules/optimization/macros/neldermead/lib'); | |||
14 | load('SCI/modules/optimization/macros/optimbase/lib'); | 14 | load('SCI/modules/optimization/macros/optimbase/lib'); |
15 | load('SCI/modules/optimization/macros/optimsimplex/lib'); | 15 | load('SCI/modules/optimization/macros/optimsimplex/lib'); |
16 | 16 | ||
17 | // Add help chapter | ||
18 | // ============================================================================= | ||
19 | if WITH_HELPTOOLS then | ||
20 | add_module_help_chapter("optimization"); | ||
21 | end | ||
22 | 17 | ||
23 | // Add demos | 18 | // Add demos |
24 | // ============================================================================= | 19 | // ============================================================================= |
diff --git a/scilab/modules/output_stream/etc/output_stream.quit b/scilab/modules/output_stream/etc/output_stream.quit index 46d5ed6..18fc908 100644 --- a/scilab/modules/output_stream/etc/output_stream.quit +++ b/scilab/modules/output_stream/etc/output_stream.quit | |||
@@ -8,11 +8,6 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("output_stream",%t); | ||
15 | end | ||
16 | // ============================================================================= | 11 | // ============================================================================= |
17 | // close diary | 12 | // close diary |
18 | diary(0) | 13 | diary(0) |
diff --git a/scilab/modules/output_stream/etc/output_stream.start b/scilab/modules/output_stream/etc/output_stream.start index cf106bd..60a83db 100644 --- a/scilab/modules/output_stream/etc/output_stream.start +++ b/scilab/modules/output_stream/etc/output_stream.start | |||
@@ -10,9 +10,3 @@ | |||
10 | //Load functions libraries | 10 | //Load functions libraries |
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load("SCI/modules/output_stream/macros/lib"); | 12 | load("SCI/modules/output_stream/macros/lib"); |
13 | |||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("output_stream"); | ||
18 | end | ||
diff --git a/scilab/modules/overloading/etc/overloading.quit b/scilab/modules/overloading/etc/overloading.quit index 4c0c72e..8a0f997 100644 --- a/scilab/modules/overloading/etc/overloading.quit +++ b/scilab/modules/overloading/etc/overloading.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("overloading",%t); | ||
15 | end | ||
diff --git a/scilab/modules/overloading/etc/overloading.start b/scilab/modules/overloading/etc/overloading.start index 9c4791c..df9aef6 100644 --- a/scilab/modules/overloading/etc/overloading.start +++ b/scilab/modules/overloading/etc/overloading.start | |||
@@ -12,8 +12,3 @@ | |||
12 | // ============================================================================= | 12 | // ============================================================================= |
13 | load('SCI/modules/overloading/macros/lib'); | 13 | load('SCI/modules/overloading/macros/lib'); |
14 | 14 | ||
15 | // Add help chapter | ||
16 | // ============================================================================= | ||
17 | if WITH_HELPTOOLS then | ||
18 | add_module_help_chapter("overloading"); | ||
19 | end | ||
diff --git a/scilab/modules/parameters/etc/parameters.quit b/scilab/modules/parameters/etc/parameters.quit index fa921e5..8a0f997 100644 --- a/scilab/modules/parameters/etc/parameters.quit +++ b/scilab/modules/parameters/etc/parameters.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("parameters",%t); | ||
15 | end | ||
diff --git a/scilab/modules/parameters/etc/parameters.start b/scilab/modules/parameters/etc/parameters.start index a00492f..3151f7a 100644 --- a/scilab/modules/parameters/etc/parameters.start +++ b/scilab/modules/parameters/etc/parameters.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load("SCI/modules/parameters/macros/lib"); | 12 | load("SCI/modules/parameters/macros/lib"); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("parameters"); | ||
18 | end | ||
diff --git a/scilab/modules/polynomials/etc/polynomials.quit b/scilab/modules/polynomials/etc/polynomials.quit index 1136e8a..8a0f997 100644 --- a/scilab/modules/polynomials/etc/polynomials.quit +++ b/scilab/modules/polynomials/etc/polynomials.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("polynomials",%t); | ||
15 | end | ||
diff --git a/scilab/modules/polynomials/etc/polynomials.start b/scilab/modules/polynomials/etc/polynomials.start index 1493441..48885f8 100644 --- a/scilab/modules/polynomials/etc/polynomials.start +++ b/scilab/modules/polynomials/etc/polynomials.start | |||
@@ -17,12 +17,6 @@ load('SCI/modules/polynomials/macros/lib'); | |||
17 | %z = poly(0,'z'); | 17 | %z = poly(0,'z'); |
18 | $ = poly(0,'$') | 18 | $ = poly(0,'$') |
19 | 19 | ||
20 | // Add help chapter | ||
21 | // ============================================================================= | ||
22 | if WITH_HELPTOOLS then | ||
23 | add_module_help_chapter("polynomials"); | ||
24 | end | ||
25 | |||
26 | // Add demo | 20 | // Add demo |
27 | // ============================================================================= | 21 | // ============================================================================= |
28 | if WITH_DEMOS then | 22 | if WITH_DEMOS then |
diff --git a/scilab/modules/pvm/etc/pvm.quit b/scilab/modules/pvm/etc/pvm.quit index bed250a..8a0f997 100644 --- a/scilab/modules/pvm/etc/pvm.quit +++ b/scilab/modules/pvm/etc/pvm.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("pvm",%t); | ||
15 | end | ||
diff --git a/scilab/modules/pvm/etc/pvm.start b/scilab/modules/pvm/etc/pvm.start index 53f92ef..ca779f2 100644 --- a/scilab/modules/pvm/etc/pvm.start +++ b/scilab/modules/pvm/etc/pvm.start | |||
@@ -13,11 +13,6 @@ if %pvm then | |||
13 | // ========================================================================= | 13 | // ========================================================================= |
14 | load('SCI/modules/pvm/macros/lib'); | 14 | load('SCI/modules/pvm/macros/lib'); |
15 | 15 | ||
16 | // Add help chapter | ||
17 | // ========================================================================= | ||
18 | if WITH_HELPTOOLS then | ||
19 | add_module_help_chapter("pvm"); | ||
20 | end | ||
21 | 16 | ||
22 | // Add demos | 17 | // Add demos |
23 | // ========================================================================= | 18 | // ========================================================================= |
diff --git a/scilab/modules/randlib/etc/randlib.quit b/scilab/modules/randlib/etc/randlib.quit index 7a1f87f..8a0f997 100644 --- a/scilab/modules/randlib/etc/randlib.quit +++ b/scilab/modules/randlib/etc/randlib.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("randlib",%t); | ||
15 | end | ||
diff --git a/scilab/modules/randlib/etc/randlib.start b/scilab/modules/randlib/etc/randlib.start index 394d1d0..c57d06e 100644 --- a/scilab/modules/randlib/etc/randlib.start +++ b/scilab/modules/randlib/etc/randlib.start | |||
@@ -7,12 +7,6 @@ | |||
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 | // Add help chapter | ||
11 | // ========================================================================= | ||
12 | if WITH_HELPTOOLS then | ||
13 | add_module_help_chapter("randlib"); | ||
14 | end | ||
15 | |||
16 | // Add demos | 10 | // Add demos |
17 | // ========================================================================= | 11 | // ========================================================================= |
18 | if WITH_DEMOS then | 12 | if WITH_DEMOS then |
diff --git a/scilab/modules/scicos/etc/scicos.quit b/scilab/modules/scicos/etc/scicos.quit index 7ef7049..8a0f997 100644 --- a/scilab/modules/scicos/etc/scicos.quit +++ b/scilab/modules/scicos/etc/scicos.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("scicos",%t); | ||
15 | end | ||
diff --git a/scilab/modules/scicos/etc/scicos.start b/scilab/modules/scicos/etc/scicos.start index fc3e74d..329395e 100644 --- a/scilab/modules/scicos/etc/scicos.start +++ b/scilab/modules/scicos/etc/scicos.start | |||
@@ -15,12 +15,6 @@ load('SCI/modules/scicos/macros/scicos_auto/lib') | |||
15 | load('SCI/modules/scicos/macros/scicos_utils/lib') | 15 | load('SCI/modules/scicos/macros/scicos_utils/lib') |
16 | load('SCI/modules/scicos/macros/scicos_menus/lib') | 16 | load('SCI/modules/scicos/macros/scicos_menus/lib') |
17 | 17 | ||
18 | // Add help chapter | ||
19 | // ============================================================================= | ||
20 | if WITH_HELPTOOLS then | ||
21 | //add_module_help_chapter("scicos"); | ||
22 | end | ||
23 | |||
24 | // Add demos | 18 | // Add demos |
25 | // ============================================================================= | 19 | // ============================================================================= |
26 | if WITH_DEMOS then | 20 | if WITH_DEMOS then |
diff --git a/scilab/modules/shell/etc/shell.quit b/scilab/modules/shell/etc/shell.quit index cb591da..8a0f997 100644 --- a/scilab/modules/shell/etc/shell.quit +++ b/scilab/modules/shell/etc/shell.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("shell",%t); | ||
15 | end | ||
diff --git a/scilab/modules/shell/etc/shell.start b/scilab/modules/shell/etc/shell.start index 55e31c3..7262e1a 100644 --- a/scilab/modules/shell/etc/shell.start +++ b/scilab/modules/shell/etc/shell.start | |||
@@ -7,8 +7,3 @@ | |||
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 | // Add help chapter | ||
11 | // ============================================================================= | ||
12 | if WITH_HELPTOOLS then | ||
13 | add_module_help_chapter("shell"); | ||
14 | end | ||
diff --git a/scilab/modules/signal_processing/etc/signal_processing.quit b/scilab/modules/signal_processing/etc/signal_processing.quit index 3d391bf..1aea293 100644 --- a/scilab/modules/signal_processing/etc/signal_processing.quit +++ b/scilab/modules/signal_processing/etc/signal_processing.quit | |||
@@ -10,6 +10,3 @@ | |||
10 | 10 | ||
11 | // Delete help chapter | 11 | // Delete help chapter |
12 | // ============================================================================= | 12 | // ============================================================================= |
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("signal_processing",%t); | ||
15 | end | ||
diff --git a/scilab/modules/signal_processing/etc/signal_processing.start b/scilab/modules/signal_processing/etc/signal_processing.start index d0cf830..94a0b8b 100644 --- a/scilab/modules/signal_processing/etc/signal_processing.start +++ b/scilab/modules/signal_processing/etc/signal_processing.start | |||
@@ -12,11 +12,6 @@ | |||
12 | // ============================================================================= | 12 | // ============================================================================= |
13 | load('SCI/modules/signal_processing/macros/lib'); | 13 | load('SCI/modules/signal_processing/macros/lib'); |
14 | 14 | ||
15 | // Add help chapter | ||
16 | // ============================================================================= | ||
17 | if WITH_HELPTOOLS then | ||
18 | add_module_help_chapter("signal_processing"); | ||
19 | end | ||
20 | 15 | ||
21 | // Add demos | 16 | // Add demos |
22 | // ========================================================================= | 17 | // ========================================================================= |
diff --git a/scilab/modules/simulated_annealing/etc/simulated_annealing.quit b/scilab/modules/simulated_annealing/etc/simulated_annealing.quit index 65caf12..6990ff5 100644 --- a/scilab/modules/simulated_annealing/etc/simulated_annealing.quit +++ b/scilab/modules/simulated_annealing/etc/simulated_annealing.quit | |||
@@ -8,8 +8,4 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | 11 | // ============================================================================= |
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("simulated_annealing",%t); | ||
15 | end | ||
diff --git a/scilab/modules/simulated_annealing/etc/simulated_annealing.start b/scilab/modules/simulated_annealing/etc/simulated_annealing.start index 3604212..1788fd9 100644 --- a/scilab/modules/simulated_annealing/etc/simulated_annealing.start +++ b/scilab/modules/simulated_annealing/etc/simulated_annealing.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load("SCI/modules/simulated_annealing/macros/lib"); | 12 | load("SCI/modules/simulated_annealing/macros/lib"); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("simulated_annealing"); | ||
18 | end | ||
diff --git a/scilab/modules/sound/etc/sound.quit b/scilab/modules/sound/etc/sound.quit index 461198e..6990ff5 100644 --- a/scilab/modules/sound/etc/sound.quit +++ b/scilab/modules/sound/etc/sound.quit | |||
@@ -8,8 +8,4 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | 11 | // ============================================================================= |
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("sound",%t); | ||
15 | end | ||
diff --git a/scilab/modules/sound/etc/sound.start b/scilab/modules/sound/etc/sound.start index a15454b..4da72fe 100644 --- a/scilab/modules/sound/etc/sound.start +++ b/scilab/modules/sound/etc/sound.start | |||
@@ -11,12 +11,6 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/sound/macros/lib'); | 12 | load('SCI/modules/sound/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("sound"); | ||
18 | end | ||
19 | |||
20 | // Add demos | 14 | // Add demos |
21 | // ============================================================================= | 15 | // ============================================================================= |
22 | if WITH_DEMOS then | 16 | if WITH_DEMOS then |
diff --git a/scilab/modules/sparse/etc/sparse.quit b/scilab/modules/sparse/etc/sparse.quit index a09023f..8089cf6 100644 --- a/scilab/modules/sparse/etc/sparse.quit +++ b/scilab/modules/sparse/etc/sparse.quit | |||
@@ -8,8 +8,5 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | 11 | |
12 | // ============================================================================= | 12 | // ============================================================================= |
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("sparse",%t); | ||
15 | end | ||
diff --git a/scilab/modules/sparse/etc/sparse.start b/scilab/modules/sparse/etc/sparse.start index 7a8704c..be3a130 100644 --- a/scilab/modules/sparse/etc/sparse.start +++ b/scilab/modules/sparse/etc/sparse.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/sparse/macros/lib'); | 12 | load('SCI/modules/sparse/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("sparse"); | ||
18 | end | ||
diff --git a/scilab/modules/special_functions/etc/special_functions.quit b/scilab/modules/special_functions/etc/special_functions.quit index 90ffba8..8089cf6 100644 --- a/scilab/modules/special_functions/etc/special_functions.quit +++ b/scilab/modules/special_functions/etc/special_functions.quit | |||
@@ -8,8 +8,5 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | 11 | |
12 | // ============================================================================= | 12 | // ============================================================================= |
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("special_functions",%t); | ||
15 | end | ||
diff --git a/scilab/modules/special_functions/etc/special_functions.start b/scilab/modules/special_functions/etc/special_functions.start index 667f979..d863834 100644 --- a/scilab/modules/special_functions/etc/special_functions.start +++ b/scilab/modules/special_functions/etc/special_functions.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/special_functions/macros/lib'); | 12 | load('SCI/modules/special_functions/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("special_functions"); | ||
18 | end | ||
diff --git a/scilab/modules/spreadsheet/etc/spreadsheet.quit b/scilab/modules/spreadsheet/etc/spreadsheet.quit index 530e8b1..6990ff5 100644 --- a/scilab/modules/spreadsheet/etc/spreadsheet.quit +++ b/scilab/modules/spreadsheet/etc/spreadsheet.quit | |||
@@ -8,8 +8,4 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | 11 | // ============================================================================= |
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("spreadsheet",%t); | ||
15 | end | ||
diff --git a/scilab/modules/spreadsheet/etc/spreadsheet.start b/scilab/modules/spreadsheet/etc/spreadsheet.start index 45a1014..5911444 100644 --- a/scilab/modules/spreadsheet/etc/spreadsheet.start +++ b/scilab/modules/spreadsheet/etc/spreadsheet.start | |||
@@ -11,15 +11,9 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/spreadsheet/macros/lib'); | 12 | load('SCI/modules/spreadsheet/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("spreadsheet"); | ||
18 | end | ||
19 | |||
20 | // Add demos | 14 | // Add demos |
21 | // ============================================================================= | 15 | // ============================================================================= |
22 | if WITH_HELPTOOLS then | 16 | if WITH_DEMOS then |
23 | pathdemos = pathconvert(SCI+"/modules/spreadsheet/demos/spreadsheet.dem.sce",%f,%t); | 17 | pathdemos = pathconvert(SCI+"/modules/spreadsheet/demos/spreadsheet.dem.sce",%f,%t); |
24 | add_demo(gettext('Spreadsheet'),pathdemos); | 18 | add_demo(gettext('Spreadsheet'),pathdemos); |
25 | clear pathdemos; | 19 | clear pathdemos; |
diff --git a/scilab/modules/statistics/etc/statistics.quit b/scilab/modules/statistics/etc/statistics.quit index e2d46ed..6990ff5 100644 --- a/scilab/modules/statistics/etc/statistics.quit +++ b/scilab/modules/statistics/etc/statistics.quit | |||
@@ -8,8 +8,4 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | 11 | // ============================================================================= |
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("statistics",%t); | ||
15 | end | ||
diff --git a/scilab/modules/statistics/etc/statistics.start b/scilab/modules/statistics/etc/statistics.start index ce4738c..6bbc5b1 100644 --- a/scilab/modules/statistics/etc/statistics.start +++ b/scilab/modules/statistics/etc/statistics.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/statistics/macros/lib'); | 12 | load('SCI/modules/statistics/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("statistics"); | ||
18 | end | ||
diff --git a/scilab/modules/string/etc/string.quit b/scilab/modules/string/etc/string.quit index 1f51baf..6990ff5 100644 --- a/scilab/modules/string/etc/string.quit +++ b/scilab/modules/string/etc/string.quit | |||
@@ -8,8 +8,4 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | 11 | // ============================================================================= |
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("string",%t); | ||
15 | end | ||
diff --git a/scilab/modules/string/etc/string.start b/scilab/modules/string/etc/string.start index 2d79748..701597d 100644 --- a/scilab/modules/string/etc/string.start +++ b/scilab/modules/string/etc/string.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/string/macros/lib'); | 12 | load('SCI/modules/string/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("string"); | ||
18 | end | ||
diff --git a/scilab/modules/symbolic/etc/symbolic.quit b/scilab/modules/symbolic/etc/symbolic.quit index bed800b..6990ff5 100644 --- a/scilab/modules/symbolic/etc/symbolic.quit +++ b/scilab/modules/symbolic/etc/symbolic.quit | |||
@@ -8,8 +8,4 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | 11 | // ============================================================================= |
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("symbolic",%t); | ||
15 | end | ||
diff --git a/scilab/modules/symbolic/etc/symbolic.start b/scilab/modules/symbolic/etc/symbolic.start index 117a27a..e8e2e67 100644 --- a/scilab/modules/symbolic/etc/symbolic.start +++ b/scilab/modules/symbolic/etc/symbolic.start | |||
@@ -7,8 +7,3 @@ | |||
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 | // Add help chapter | ||
11 | // ============================================================================= | ||
12 | if WITH_HELPTOOLS then | ||
13 | add_module_help_chapter("symbolic"); | ||
14 | end | ||
diff --git a/scilab/modules/tclsci/etc/tclsci.quit b/scilab/modules/tclsci/etc/tclsci.quit index 8ebe70b..6990ff5 100644 --- a/scilab/modules/tclsci/etc/tclsci.quit +++ b/scilab/modules/tclsci/etc/tclsci.quit | |||
@@ -8,8 +8,4 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | 11 | // ============================================================================= |
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("tclsci",%t); | ||
15 | end | ||
diff --git a/scilab/modules/tclsci/etc/tclsci.start b/scilab/modules/tclsci/etc/tclsci.start index 5cdce63..fc9a94c 100644 --- a/scilab/modules/tclsci/etc/tclsci.start +++ b/scilab/modules/tclsci/etc/tclsci.start | |||
@@ -11,15 +11,9 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/tclsci/macros/lib'); | 12 | load('SCI/modules/tclsci/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("tclsci"); | ||
18 | end | ||
19 | |||
20 | // Add demos | 14 | // Add demos |
21 | // ============================================================================= | 15 | // ============================================================================= |
22 | if WITH_HELPTOOLS then | 16 | if WITH_DEMOS then |
23 | pathdemos = pathconvert(SCI+"/modules/tclsci/demos/tk/tcltk.dem.gateway.sce",%f,%t); | 17 | pathdemos = pathconvert(SCI+"/modules/tclsci/demos/tk/tcltk.dem.gateway.sce",%f,%t); |
24 | add_demo(gettext('Tcl/Tk'),pathdemos); | 18 | add_demo(gettext('Tcl/Tk'),pathdemos); |
25 | clear pathdemos; | 19 | clear pathdemos; |
diff --git a/scilab/modules/texmacs/etc/texmacs.quit b/scilab/modules/texmacs/etc/texmacs.quit index 1ab287f..6990ff5 100644 --- a/scilab/modules/texmacs/etc/texmacs.quit +++ b/scilab/modules/texmacs/etc/texmacs.quit | |||
@@ -8,8 +8,4 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | 11 | // ============================================================================= |
13 | if with_texmacs() & WITH_HELPTOOLS then | ||
14 | del_help_chapter("texmacs",%t); | ||
15 | end | ||
diff --git a/scilab/modules/texmacs/etc/texmacs.start b/scilab/modules/texmacs/etc/texmacs.start index cde9d75..e5b5607 100644 --- a/scilab/modules/texmacs/etc/texmacs.start +++ b/scilab/modules/texmacs/etc/texmacs.start | |||
@@ -15,8 +15,3 @@ end | |||
15 | load('SCI/modules/texmacs/macros/lib'); | 15 | load('SCI/modules/texmacs/macros/lib'); |
16 | clear with_texmacs; | 16 | clear with_texmacs; |
17 | 17 | ||
18 | // Add help chapter | ||
19 | // ============================================================================= | ||
20 | if WITH_HELPTOOLS then | ||
21 | add_module_help_chapter("texmacs"); | ||
22 | end | ||
diff --git a/scilab/modules/time/etc/time.quit b/scilab/modules/time/etc/time.quit index 769135a..6990ff5 100644 --- a/scilab/modules/time/etc/time.quit +++ b/scilab/modules/time/etc/time.quit | |||
@@ -8,8 +8,4 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | 11 | // ============================================================================= |
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("time",%t); | ||
15 | end | ||
diff --git a/scilab/modules/time/etc/time.start b/scilab/modules/time/etc/time.start index b513669..37773bc 100644 --- a/scilab/modules/time/etc/time.start +++ b/scilab/modules/time/etc/time.start | |||
@@ -11,8 +11,4 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load("SCI/modules/time/macros/lib"); | 12 | load("SCI/modules/time/macros/lib"); |
13 | 13 | ||
14 | // Add help chapter | 14 | |
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("time"); | ||
18 | end | ||
diff --git a/scilab/modules/umfpack/etc/umfpack.quit b/scilab/modules/umfpack/etc/umfpack.quit index ad2240f..6990ff5 100644 --- a/scilab/modules/umfpack/etc/umfpack.quit +++ b/scilab/modules/umfpack/etc/umfpack.quit | |||
@@ -8,8 +8,4 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | 11 | // ============================================================================= |
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("umfpack",%t); | ||
15 | end | ||
diff --git a/scilab/modules/umfpack/etc/umfpack.start b/scilab/modules/umfpack/etc/umfpack.start index 6f954b8..c4a004a 100644 --- a/scilab/modules/umfpack/etc/umfpack.start +++ b/scilab/modules/umfpack/etc/umfpack.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load("SCI/modules/umfpack/macros/lib"); | 12 | load("SCI/modules/umfpack/macros/lib"); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("umfpack"); | ||
18 | end | ||
diff --git a/scilab/modules/windows_tools/etc/windows_tools.quit b/scilab/modules/windows_tools/etc/windows_tools.quit index f0022be..6990ff5 100644 --- a/scilab/modules/windows_tools/etc/windows_tools.quit +++ b/scilab/modules/windows_tools/etc/windows_tools.quit | |||
@@ -8,8 +8,4 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | 11 | // ============================================================================= |
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("windows_tools",%t); | ||
15 | end | ||
diff --git a/scilab/modules/windows_tools/etc/windows_tools.start b/scilab/modules/windows_tools/etc/windows_tools.start index ddc4ce4..8a392fb 100644 --- a/scilab/modules/windows_tools/etc/windows_tools.start +++ b/scilab/modules/windows_tools/etc/windows_tools.start | |||
@@ -16,9 +16,3 @@ if (getscilabmode() == 'STD') then | |||
16 | consolebox('off'); | 16 | consolebox('off'); |
17 | end | 17 | end |
18 | // ============================================================================= | 18 | // ============================================================================= |
19 | // Add help chapter | ||
20 | // ============================================================================= | ||
21 | if WITH_HELPTOOLS then | ||
22 | add_module_help_chapter("windows_tools"); | ||
23 | end | ||
24 | // ============================================================================= \ No newline at end of file | ||
diff --git a/scilab/modules/xcos/etc/xcos.quit b/scilab/modules/xcos/etc/xcos.quit index ff05858..b0a33f6 100644 --- a/scilab/modules/xcos/etc/xcos.quit +++ b/scilab/modules/xcos/etc/xcos.quit | |||
@@ -7,12 +7,7 @@ | |||
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 | // Delete help chapter | ||
11 | // ============================================================================= | 10 | // ============================================================================= |
12 | if WITH_HELPTOOLS then | ||
13 | // del_help_chapter("XCos",%t); | ||
14 | end | ||
15 | |||
16 | //ask xcos to close not saved files before close | 11 | //ask xcos to close not saved files before close |
17 | 12 | ||
18 | if getscilabmode() <> "NWNI" then | 13 | if getscilabmode() <> "NWNI" then |
diff --git a/scilab/modules/xcos/etc/xcos.start b/scilab/modules/xcos/etc/xcos.start index 99ff1fb..79f9601 100644 --- a/scilab/modules/xcos/etc/xcos.start +++ b/scilab/modules/xcos/etc/xcos.start | |||
@@ -13,10 +13,6 @@ load('SCI/modules/xcos/macros/lib'); | |||
13 | // ============================================================================= | 13 | // ============================================================================= |
14 | // Add help chapter | 14 | // Add help chapter |
15 | // ============================================================================= | 15 | // ============================================================================= |
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("xcos"); | ||
18 | end | ||
19 | // ============================================================================= | ||
20 | // Add demos | 16 | // Add demos |
21 | // ============================================================================= | 17 | // ============================================================================= |
22 | if WITH_DEMOS then | 18 | if WITH_DEMOS then |
diff --git a/scilab/modules/xpad/etc/xpad.quit b/scilab/modules/xpad/etc/xpad.quit index 2637d51..6bcd134 100644 --- a/scilab/modules/xpad/etc/xpad.quit +++ b/scilab/modules/xpad/etc/xpad.quit | |||
@@ -7,13 +7,7 @@ | |||
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 | // Delete help chapter | ||
11 | // ============================================================================= | 10 | // ============================================================================= |
12 | if WITH_HELPTOOLS then | ||
13 | del_help_chapter("scilab editor",%t); | ||
14 | end | ||
15 | |||
16 | |||
17 | //ask editor to close not saved files before close | 11 | //ask editor to close not saved files before close |
18 | if getscilabmode() <> "NWNI" then | 12 | if getscilabmode() <> "NWNI" then |
19 | closeEditor(); | 13 | closeEditor(); |
diff --git a/scilab/modules/xpad/etc/xpad.start b/scilab/modules/xpad/etc/xpad.start index 1ebfbb3..0fb13d1 100644 --- a/scilab/modules/xpad/etc/xpad.start +++ b/scilab/modules/xpad/etc/xpad.start | |||
@@ -11,12 +11,6 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load('SCI/modules/xpad/macros/lib'); | 12 | load('SCI/modules/xpad/macros/lib'); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("xpad"); | ||
18 | end | ||
19 | |||
20 | // Add demos | 14 | // Add demos |
21 | // ============================================================================= | 15 | // ============================================================================= |
22 | if WITH_DEMOS then | 16 | if WITH_DEMOS then |