Ignore:
Timestamp:
11/18/09 12:18:52 (15 years ago)
Author:
pinsard
Message:

documentations tools improvements

File:
1 edited

Legend:

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

    r413 r415  
    1111# 
    1212# $Id$ 
     13# 
     14# - fplod 20091112T101551Z zeus.locean-ipsl.upmc.fr (Linux) 
     15# 
     16#   * add check on doidldoc.sh status 
    1317# 
    1418# - fplod 20091112T091437Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    270274if  [ ${doidldoc} -eq 1 ] 
    271275then 
    272 # 
     276    # 
    273277    # build HTML idldoc outputs 
    274278    ${SAXO_DIR}/SRC/Documentation/xmldoc/doidldoc.sh \ 
     
    276280    -o ../idldoc_html_output/  
    277281    -idl_dir ${idl_dir} 
    278 # 
     282    doidldoc_html=${?} 
     283    if [ ${doidldoc_html} -ne 0 ] 
     284    then 
     285     echo "eee : pb with doidldoc html" 
     286     exit 1 
     287    fi 
     288    # 
    279289    # build a idl file to launch idldoc 
    280290    output=../idldoc_assistant_output/ 
Note: See TracChangeset for help on using the changeset viewer.