Ignore:
Timestamp:
04/20/10 15:14:28 (14 years ago)
Author:
pinsard
Message:

add design target for documents productions

File:
1 edited

Legend:

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

    r430 r431  
    1818# add a parameter = the number of figpng/xxx_n.png 
    1919# fplod 2006-07-19T12:40:02Z aedon.locean-ipsl.upmc.fr (Darwin) 
    20 # first release  
     20# first release 
    2121# 
    2222# 
     
    4646callout_ysize=12 # ++ should be obtain by parsing identify result 
    4747# 
    48 case ${capture} in  
     48case ${capture} in 
    4949   figpng/xxx_0101_org.png) 
    5050      capture_xsize=520 #++ should be obtain by parsing identify result 
     
    5252      # 
    5353      # description of frames (title, xmin, ymin, xmax,ymax) 
    54       # nb : title and label are not yet used but they may be added in a kind of  
     54      # nb : title and label are not yet used but they may be added in a kind of 
    5555      # comments 
    5656      # later in xml as id or label 
     
    7878      # 
    7979      # description of frames (title, xmin, ymin, xmax,ymax) 
    80       # nb : title and label are not yet used but they may be added in a kind of  
     80      # nb : title and label are not yet used but they may be added in a kind of 
    8181      # comments 
    8282      # later in xml as id or label 
     
    126126      # 
    127127      # description of frames (title, xmin, ymin, xmax,ymax) 
    128       # nb : title and label are not yet used but they may be added in a kind of  
     128      # nb : title and label are not yet used but they may be added in a kind of 
    129129      # comments 
    130130      # later in xml as id or label 
     
    147147esac 
    148148# 
    149 # calculation of % of the rectangle of each zone for Calspair  
     149# calculation of % of the rectangle of each zone for Calspair 
    150150iz=1 
    151151while [ ${iz} -le ${zone_nb} ] 
     
    206206        iz=$(( ${iz} + 1 )) 
    207207    done 
    208      
    209208fi 
    210 # +++ verrue mal codee...  
     209# +++ verrue mal codee... 
    211210# 
    212211# 
     
    223222if [ ${convert_status} -ne 0 ] 
    224223then 
    225    echo " eee : convert doesn't work properly"  >> ${log}  
     224   echo " eee : convert doesn't work properly"  >> ${log} 
    226225   echo " eee : return status = ${return_convert}"  >> ${log} 
    227226   exit 2 
Note: See TracChangeset for help on using the changeset viewer.