Ignore:
Timestamp:
09/13/06 16:17:41 (18 years ago)
Author:
smasson
Message:

Update xml documentation files

File:
1 edited

Legend:

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

    r170 r176  
    33# update : 
    44# $Id$ 
     5# smasson Wed Sep 13 14:18:02 CEST 2006 
     6# add the directory-overview.html from dir-files.html in idldoc_html_output 
    57# fplod 2006-09-07T08:09:47Z aedon.locean-ipsl.upmc.fr (Darwin) 
    68# main is rename to websaxo 
     
    367369     mv ${file_html}_modify ${file_html} 
    368370    done 
     371    # add the directory-overview.html from dir-files.html in idldoc_html_output 
     372    list_html=$(find ../idldoc_html_output -name dir-files.html) 
     373    for file_html in ${list_html} 
     374    do 
     375      fout=../idldoc_assistant_output/${file_html#../idldoc_html_output/*} 
     376      fout=${fout%/*}/directory-overview.html  
     377      sed -e 's/?format=raw//g' ${file_html} > ${fout} 
     378    done 
    369379    echo "iii : you can see log file in ${log}" 
    370380    echo "iii : and look ${output}/idldoc-warnings.html#undoc" 
Note: See TracChangeset for help on using the changeset viewer.