Ignore:
Timestamp:
06/09/06 17:18:59 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Obsolete *.pro files for better idldoc output

File:
1 edited

Legend:

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

    r94 r97  
    1717dohtml=0 
    1818dooldtest=0 
    19 doidldoc_html=0 
     19doidldoc_html=1 
    2020doidldoc_assistant=0 
    2121doidlwavedoc=0 
    22 doTARsrc=1 
     22doTARsrc=0 
    2323doTARdata=0 
    24 doforge=1 
     24doforge=0 
    2525doSRClodyc=0 
    2626doDTAlodyc=0 
     
    7272# 
    7373    # build a idl file to launch idldoc 
    74     cat <<EOF > idldoc_html_${$}.pro 
     74    cat <<EOF > /tmp/idldoc_html_${$}.pro 
    7575!path = expand_path('+' + '../idldoc/') 
    7676print,!path 
    7777idldoc,root="../../",LOG_FILE="/tmp/idldochtlm_${$}.log", $ 
    78 output="../idldoc_html_output" 
     78output="../idldoc_html_output",/preformat 
    7979exit 
    8080EOF 
    8181    # launch idl with the file built above 
    82     IDL_STARTUP=idldoc_html_${$}.pro;idl 
    83     /bin/rm idldoc_html_${$}.pro 
     82    IDL_STARTUP=/tmp/idldoc_html_${$}.pro;idl 
     83    /bin/rm /tmp/idldoc_html_${$}.pro 
    8484    # In order to do not have to many revision in svn, we modify some 
    8585    # lines produced by idldoc : 
Note: See TracChangeset for help on using the changeset viewer.