diff options
author | Pierre Marechal <pierre.marechal@scilab.org> | 2006-08-30 11:26:08 +0000 |
---|---|---|
committer | Pierre Marechal <pierre.marechal@scilab.org> | 2006-08-30 11:26:08 +0000 |
commit | 728644958d589b86874b48cd23c083a8258b7f30 (patch) | |
tree | a5ecabf938b778f72e826fc20d047e77a937b678 /scilab/modules/intersci/help | |
parent | ba175eda30d3a6af324c33270812c21e7c313d6a (diff) | |
download | scilab-728644958d589b86874b48cd23c083a8258b7f30.zip scilab-728644958d589b86874b48cd23c083a8258b7f30.tar.gz |
Set svn:eol-style to native
Diffstat (limited to 'scilab/modules/intersci/help')
-rw-r--r-- | scilab/modules/intersci/help/fr/helpbuilderfr.sce | 10 | ||||
-rw-r--r-- | scilab/modules/intersci/help/helpbuilder.sce | 18 |
2 files changed, 14 insertions, 14 deletions
diff --git a/scilab/modules/intersci/help/fr/helpbuilderfr.sce b/scilab/modules/intersci/help/fr/helpbuilderfr.sce index 7180bbd..875d5e3f 100644 --- a/scilab/modules/intersci/help/fr/helpbuilderfr.sce +++ b/scilab/modules/intersci/help/fr/helpbuilderfr.sce | |||
@@ -1,6 +1,6 @@ | |||
1 | mode(-1); //force silent execution | 1 | mode(-1); //force silent execution |
2 | path=get_absolute_file_path('helpbuilderfr.sce');//get the absolute path of this file | 2 | path=get_absolute_file_path('helpbuilderfr.sce');//get the absolute path of this file |
3 | add_help_chapter("Intersci",path);//add help chapter | 3 | add_help_chapter("Intersci",path);//add help chapter |
4 | xmltohtml(path,"Intersci",'html-rev.xsl'); | 4 | xmltohtml(path,"Intersci",'html-rev.xsl'); |
5 | //clear the variable stack | 5 | //clear the variable stack |
6 | clear path add_help_chapter get_absolute_file_path; \ No newline at end of file | 6 | clear path add_help_chapter get_absolute_file_path; \ No newline at end of file |
diff --git a/scilab/modules/intersci/help/helpbuilder.sce b/scilab/modules/intersci/help/helpbuilder.sce index 9350242..491c364 100644 --- a/scilab/modules/intersci/help/helpbuilder.sce +++ b/scilab/modules/intersci/help/helpbuilder.sce | |||
@@ -1,9 +1,9 @@ | |||
1 | mode(-1) //force silent execution | 1 | mode(-1) //force silent execution |
2 | 2 | ||
3 | cd 'eng' | 3 | cd 'eng' |
4 | exec helpbuildereng.sce | 4 | exec helpbuildereng.sce |
5 | cd '..' | 5 | cd '..' |
6 | 6 | ||
7 | cd 'fr' | 7 | cd 'fr' |
8 | exec helpbuilderfr.sce | 8 | exec helpbuilderfr.sce |
9 | cd '..' | 9 | cd '..' |