Ignore:
Timestamp:
09/18/06 15:49:14 (18 years ago)
Author:
pinsard
Message:

Modif for html documentations : hellip entity instead of ..., path relative to xmldoc in url attribute, spell chekcking, enlight mousse button, status checking of xml processing in shell scripts (1/2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/savesaxo.sh

    r182 r183  
    33# update : 
    44# $Id$ 
     5# fplod 2006-09-18T13:25:12Z aedon.locean-ipsl.upmc.fr (Darwin) 
     6# add status checking after makehtml.sh 
    57# smasson Fri Sep 15 10:42:01 CEST 2006 
    68# merge idldoc html and idldoc assistant 
     
    1618# add for idldoc assistant 
    1719# fplod 2006-08-17T09:19:06Z aedon.locean-ipsl.upmc.fr (Darwin) 
    18 # add transformation after idldoc to force non-proportionnal font 
     20# add transformation after idldoc to force non-proportional font 
    1921# on bloc delimited by 
    2022#  <fixe> 
     
    5254# in files idldoc-index*.html 
    5355# fplod 2006-06-14T12:41:37Z aedon.locean-ipsl.upmc.fr (Darwin) 
    54 # add embed paramater idldoc instructions to try to fix ticket#17 
     56# add embed parameter idldoc instructions to try to fix ticket#17 
    5557# fplod 2006-06-07T12:11:50Z aedon.locean-ipsl.upmc.fr (Darwin) 
    5658# add g option in ?format=raw sed transformation in order to fix  
     
    175177    do 
    176178      ./makehtml.sh $(basename ${docxml} .xml) 
     179      status=${?} 
     180      if [ ${status} -ne 0 ] 
     181      then 
     182       echo "eee : pb with makehtml.sh $(basename ${docxml} .xml)" 
     183       exit 1 
     184      fi 
    177185    done 
    178186    exit 0 
     
    257265    for file_html in ${list_html} 
    258266    do 
    259      # buil the .pro file name 
     267     # build the .pro file name 
    260268     bfile=$(basename ${file_html} .html) 
    261269     # retrieve the path of html file relative to memopwd (so relative to 
Note: See TracChangeset for help on using the changeset viewer.