Ignore:
Timestamp:
06/29/06 12:30:03 (18 years ago)
Author:
pinsard
Message:

correction of xmldoc/*.xml using aspell

File:
1 edited

Legend:

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

    r119 r120  
    3232set -u 
    3333# 
    34 docompileall=0 
     34docompileall=1 
    3535dohtml=0 
    3636dooldtest=0 
     
    111111    echo exit >> /tmp/compileall${$}.pro 
    112112    IDL_STARTUP=/tmp/compileall${$}.pro 
    113     $IDL_DIR/bin/idl &> /tmp/compileallerr_${$} 
     113    ${IDL_DIR}/bin/idl &> /tmp/compileallerr_${$} 
    114114    echo 
    115115    echo 
     
    179179EOF 
    180180    # launch idl with the file built above 
    181     IDL_STARTUP=${pro};$IDL_DIR/bin/idl 
     181    IDL_STARTUP=${pro};${IDL_DIR}/bin/idl 
    182182    /bin/rm ${pro} 
    183183    # In order to do not have to many revision in svn, we modify some 
Note: See TracChangeset for help on using the changeset viewer.