Ignore:
Timestamp:
06/07/06 19:46:07 (18 years ago)
Author:
smasson
Message:

bugfix with main.html in local mode

File:
1 edited

Legend:

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

    r92 r94  
    229229      mv ${1}_${$}.html ${1}.html 
    230230   ;; 
     231   main) 
     232      sed -e s?"../../saxo/browser/trunk/SRC/Documentation/xmldoc/"??g \ 
     233          -e s?"../../saxo/browser/trunk"?"http://forge.ipsl.jussieu.fr/saxo/browser/trunk"?g \ 
     234          ${1}.html > ${1}_${$}.html  
     235      mv ${1}_${$}.html ${1}.html 
     236   ;; 
    231237esac 
    232238rm -f ${1}_${$}.xml 
Note: See TracChangeset for help on using the changeset viewer.