Ignore:
Timestamp:
06/07/06 14:30:42 (18 years ago)
Author:
pinsard
Message:

correction of savesaxo.sh to handle top menu on html idldoc documentations

File:
1 edited

Legend:

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

    r90 r91  
    11#!/bin/bash 
     2# fplod 2006-06-07T12:11:50Z aedon.locean-ipsl.upmc.fr (Darwin) 
     3# add g option in ?format=raw sed transformation in order to fix  
     4# link on top of idldoc like directory-overview.html 
    25# fplod 2006-06-07T10:57:35Z aedon.locean-ipsl.upmc.fr (Darwin) 
    36# add ?format=raw in idldoc production for frames 
     
    109112     -e "/Last modification:/d" \ 
    110113     -e "/<dd>... ... .* ..:..:.. ....<\/dd>/d" \ 
    111      -e 's/\(href=".*\)\(\.html\)\("\)/\1\2?format=raw\3/' \ 
    112      -e 's/\(href=".*\)\(\.html\)\(#.*"\)/\1\2?format=raw\3/' \ 
    113      -e 's/\(src=".*\)\(\.html\)\("\)/\1\2?format=raw\3/' \ 
     114     -e 's/\(href=".*\)\(\.html\)\("\)/\1\2?format=raw\3/g' \ 
     115     -e 's/\(href=".*\)\(\.html\)\(#.*"\)/\1\2?format=raw\3/g' \ 
     116     -e 's/\(src=".*\)\(\.html\)\("\)/\1\2?format=raw\3/g' \ 
    114117     ${file_html} > ${file_html}_modify 
    115118     mv ${file_html}_modify ${file_html} 
Note: See TracChangeset for help on using the changeset viewer.