Ignore:
Timestamp:
07/10/06 10:42:55 (18 years ago)
Author:
pinsard
Message:

modif of savesaxo.sh for a better presentation of file_comments
in idldoc html ouptut

File:
1 edited

Legend:

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

    r123 r135  
    33# update : 
    44# $Id$ 
     5# fplod 2006-07-10T08:22:53Z aedon.locean-ipsl.upmc.fr (Darwin) 
     6# ajout de  white-space: pre; dans la css pour file_comments 
    57# fplod 2006-07-04T13:09:19Z aedon.locean-ipsl.upmc.fr (Darwin) 
    68# for idldoc html output  
     
    4143set -u 
    4244# 
    43 docompileall=1 
     45docompileall=0 
    4446dohtml=0 
    4547dooldtest=0 
    4648doidlwavedoc=0 
    47 doidldoc_html=0 
     49doidldoc_html=1 
    4850doidldoc_assistant=0 
    4951doTARsrc=0 
     
    224226     -e 's@\(src="[^.]*[^h]*[^t]*[^m]*[^l]*[^"]*\)\(\.html\)\("\)@\1\2?format=raw\3@g' \ 
    225227     -e 's@<div class="value">@<div class="preformat">@' \ 
     228     -e 's/div\#file_comments {/div\#file_comments { white-space: pre;/' \ 
    226229     ${file_html} > ${file_html}_modify 
    227230     mv ${file_html}_modify ${file_html} 
Note: See TracChangeset for help on using the changeset viewer.