Ignore:
Timestamp:
07/01/10 17:29:28 (14 years ago)
Author:
pinsard
Message:

test (not yet ok) with idldoc 3.2 using rst headers

File:
1 edited

Legend:

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

    r431 r437  
    1 #! /bin/sh 
     1#! /bin/sh -x 
    22#+ 
    33# 
     
    7979# 
    8080# $ cd /usr/home/fplod/incas/varamma/varamma_ws/ 
    81 # $ ${SAXO_DIR}/SRC/Documentation/xmldoc/doidldoc.sh -i . -t "VARAMMA Documentation" -o /tmp/idldoc_html_output/ -idl_dir /usr/local_linux/idl/idl_6.4/idl/ -e pro -r ../idldoc_html_output/ -e proidl -r /usr/local_linux/idl/idl_6.4/idl/help/online_help 
     81# $ ${SAXO_DIR}/SRC/Documentation/xmldoc/doidldoc.sh -i . -t "VARAMMA Documentation" \ 
     82#   -o /tmp/idldoc_html_output/ -idl_dir /usr/local_linux/idl/idl_6.4/idl/ \ 
     83#   -idldoc_version 3.2 -idldoc_dir /usr/home/incas/francoise/idldoc-3.2_aedon.locean-ipsl.upmc.fr///idldoc-3.2/ \ 
     84#   -e pro -r ../idldoc_html_output/ -e proidl -r /usr/local_linux/idl/idl_6.4/idl/help/online_help 
    8285# 
    8386# To produce POST_IT HTML outputs : 
     
    9598# doc idl 
    9699# 
     100# idldoc 3.2 (beware of sphinx compatibility) 
     101# 
    97102# add checking of consistency between numbers of -e and -r parameters 
    98103# 
     
    108113# 
    109114# $Id$ 
     115# 
     116# - fplod 20100701T144720Z aedon.locean-ipsl.upmc.fr (Darwin) 
     117# 
     118#   * test with idldoc 3.2 (no more 3.1.1) on VARAMMA project. not yet ok 
    110119# 
    111120# - fplod 20100125T105849Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    229238fi 
    230239# 
    231 while [ ! -z "${1}" ] # ++ pb bash 
     240set +u 
     241while [ ! -z "${1}" ] 
    232242do 
    233243   case ${1} in 
     
    316326cd ${idldoc_dir} 
    317327case ${idldoc_version} in 
    318    3.1.1) 
     328   3.2) 
    319329      cat << EOF > ${pro} 
    320330!path = expand_path('+' + '${idldoc_dir}') 
     
    451461   pro="/tmp/idldocassistant_${$}.pro" 
    452462   case ${idldoc_version} in 
    453       3.1.1) 
     463      3.2) 
    454464         echo "iii : assistant is not feasable with idldoc > 2.0" 
    455465      ;; 
Note: See TracChangeset for help on using the changeset viewer.