Ignore:
Timestamp:
06/07/06 13:04:48 (18 years ago)
Author:
pinsard
Message:

correction of savesaxo to handle format=raw for frames Documentation/idldoc_html_output/index.html

File:
1 edited

Legend:

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

    r89 r90  
    11#!/bin/bash 
     2# fplod 2006-06-07T10:57:35Z aedon.locean-ipsl.upmc.fr (Darwin) 
     3# add ?format=raw in idldoc production for frames 
    24# fplod 2006-06-07T08:14:15Z aedon.locean-ipsl.upmc.fr (Darwin) 
    35# add action for idldochtml 
     
    109111     -e 's/\(href=".*\)\(\.html\)\("\)/\1\2?format=raw\3/' \ 
    110112     -e 's/\(href=".*\)\(\.html\)\(#.*"\)/\1\2?format=raw\3/' \ 
     113     -e 's/\(src=".*\)\(\.html\)\("\)/\1\2?format=raw\3/' \ 
    111114     ${file_html} > ${file_html}_modify 
    112115     mv ${file_html}_modify ${file_html} 
Note: See TracChangeset for help on using the changeset viewer.