Ignore:
Timestamp:
08/21/07 16:19:32 (17 years ago)
Author:
pinsard
Message:

corrections of some headers and parameters and keywords case. change of pro2href to replace proidl

File:
1 edited

Legend:

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

    r257 r262  
    33# update : 
    44# $Id$ 
     5# fplod 2007-08-21T09:29:04Z aedon.locean-ipsl.upmc.fr (Darwin) 
     6# follow changes of calling sequence of pro2href.sh 
     7# add call to pro2href.sh for replacement of <proidl>...</proidl> 
    58# fplod 2007-06-26T14:33:12Z aedon.locean-ipsl.upmc.fr (Darwin) 
    69# copy listings.css in idldoc_assistant_output 
     
    347350    # replace <pro>ginette</pro> by a sequence like 
    348351    # <a href="./ginette.html">ginette</a> 
    349     ./pro2href.sh ${output} 
     352    ./pro2href.sh -i ${output} -r ${output} -e pro 
    350353    status=${?} 
    351354    if [ ${status} -ne 0 ] 
    352355    then 
    353        echo "eee : pb during ./pro2href.sh" 
     356       echo "eee : pb during ./pro2href.sh for <pro>...</pro>" 
     357       exit 1 
     358    fi 
     359    # replace <proidl>ginette</proidl> by a sequence like 
     360    # <a href="./ginette.html">ginette</a> 
     361    ./pro2href.sh -i ${output} -r ${IDL_DIR}/help/online_help -e proidl 
     362    status=${?} 
     363    if [ ${status} -ne 0 ] 
     364    then 
     365       echo "eee : pb during ./pro2href.sh for <proidl>...</proidl>" 
    354366       exit 1 
    355367    fi 
     
    420432    # replace <pro>ginette</pro> by a sequence like 
    421433    # <a href="./ginette.html">ginette</a> 
    422     ./pro2href.sh ${output} 
    423     status=0 
     434    ./pro2href.sh -i ${output} -r ${output} -e pro 
    424435    status=${?} 
    425436    if [ ${status} -ne 0 ] 
    426437    then 
    427        echo "eee : pb during ./pro2href.sh" 
     438       echo "eee : pb during ./pro2href.sh for <pro>...</pro>" 
     439       exit 1 
     440    fi 
     441    # replace <proidl>ginette</proidl> by a sequence like 
     442    # <a href="./ginette.html">ginette</a> 
     443    ./pro2href.sh  -i ${output} -r ${IDL_DIR}/help/online_help -e proidl 
     444    status=${?} 
     445    if [ ${status} -ne 0 ] 
     446    then 
     447       echo "eee : pb during ./pro2href.sh for <proidl>...</proidl>" 
    428448       exit 1 
    429449    fi 
Note: See TracChangeset for help on using the changeset viewer.