Changeset 412


Ignore:
Timestamp:
11/10/09 17:47:27 (14 years ago)
Author:
pinsard
Message:

draft for docompileall.sh, not yet in production

Location:
trunk/SRC/Documentation/xmldoc
Files:
1 added
1 edited

Legend:

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

    r408 r412  
    3939# Be warned that assitant help is only available with ``idldoc 2.0``. 
    4040# 
     41# CAUTIONS 
     42# ======== 
     43# 
     44# SAXO_DIR must be set. The value should be the directory where 
     45# SAXO is available. 
     46# 
     47# for example, if you work at LOCEAN and work with default SAXO, 
     48# SAXO_DIR=/usr/home/smasson/SAXO_DIR/. 
     49# 
     50# For working in progress, you should checkout SAXO on a personnal 
     51# directory and set SAXO_DIR to the working space. 
     52# 
     53# example for me : SAXO_DIR=${HOME}/SAXO_DIR_ws/ 
     54# 
    4155# EXAMPLES 
    4256# ======== 
     
    4761# :: 
    4862# 
    49 # $ cd SAXO_ws/SRC/Documentations/xmldoc/ 
    50 # $ doidldoc.sh -i ../.. -t "SAXO Documentation" -o ./idldoc_html_output/ 
    51 # 
    52 # To produce AMSU HTML outputs : 
     63# $ cd SAXO_ws/SRC/Documentation/xmldoc/ 
     64# $ ${SAXO_DIR}/SRC/Documentation/xmldoc/doidldoc.sh -i ../.. -t "SAXO Documentation" -o ./idldoc_html_output/ 
     65# 
     66# To produce VARAMMA HTML outputs : 
    5367# :: 
    5468# 
    55 # $ cd /usr/home/fplod/incas/amsu/amsu_ws/ 
    56 # $ doidldoc.sh -i . -t "AMSU Documentation" -o /tmp/idldoc_html_output/ 
     69# $ cd /usr/home/fplod/incas/varamma/varamma_ws/ 
     70# $ ${SAXO_DIR}/SRC/Documentation/xmldoc/doidldoc.sh -i . -t "VARAMMA Documentation" -o /tmp/idldoc_html_output/ 
    5771# 
    5872# TODO 
     
    91105# 
    92106# $Id$ 
     107# 
     108# - fplod 20091110T151839Z aedon.locean-ipsl.upmc.fr (Darwin) 
     109#    
     110#   * add CAUTIONS about SAXO_DIR environment variable 
     111#     and usage in EXAMPLES 
    93112# 
    94113# - ++ 
Note: See TracChangeset for help on using the changeset viewer.