Ignore:
Timestamp:
04/16/08 11:15:20 (16 years ago)
Author:
pinsard
Message:

migration from DocBook? 4 to Docbook 5 : sources and production tools

File:
1 edited

Legend:

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

    r327 r345  
    66# update : 
    77# $Id$ 
     8# fplod 2008-01-10T08:13:41Z aedon.locean-ipsl.upmc.fr (Darwin) 
     9# version  
     10# http://cookbook.idldev.com/idldoc-3.0rc2.zip 
     11# fplod 2008-01-03T09:59:18Z aedon.locean-ipsl.upmc.fr (Darwin) 
     12# version  
     13# http://cookbook.idldev.com/idldoc-3.0rc1.zip 
    814# fplod 2007-12-12T09:47:04Z aedon.locean-ipsl.upmc.fr (Darwin) 
    915# version 
     
    4248root="../../" 
    4349root="/Users/fplod/SAXO_DIR_ws/SRC/" #++ à cause du cd pour éviter expand_path 
     50# ++ pb avec /Users/fplod/SAXO_DIR_ws/SRC/ToBeReviewed/UTILITAIRE/oups.pro ELEMENTS ... à cause de todo 
    4451#root="/usr/home/fplod/src/mglib/" # overriding root for test ++ 
    4552# 
     
    4956#idldoc_dir="/usr/home/fplod/src/idldoc-3.0b4-src/" # overriding idldoc_dir for test ++ 
    5057idldoc_dir="/usr/home/fplod/src/idldoc-3.0b4/" # overriding idldoc_dir for test ++ 
     58idldoc_dir="/usr/home/fplod/src/idldoc-3.0rc2/" # overriding idldoc_dir for test ++ 
    5159template_location=${idldoc_dir}/templates/ 
    5260#++ pas fini  
    53 #template_location=${idldoc_dir}/templates_dbk/ # overriding TEMPLATE_LOCATION++ 
     61template_location=${idldoc_dir}/templates_dbk/ # overriding TEMPLATE_LOCATION++ 
     62template_location=/usr/home/fplod/src/idldoc-3.0b3/templates_dbk/ # overriding TEMPLATE_LOCATION++ 
    5463# 
    5564# memorize current directory 
     
    6574 
    6675#+++ a remettre pour dbk template_location="${template_location}", $ 
     76#++MARKUP_STYLE="verbatim", $ 
    6777# !path = expand_path('+' + '${idldoc_dir}') 
    6878cd ${idldoc_dir} 
     
    7181cat <<EOF > ${pro} 
    7282idldoc,root="${root}",title="${title}", $ 
     83CHARSET="ISO-8859-15", $ 
    7384LOG_FILE="${log}", $ 
    7485output="${outputtmp}", $ 
     86template_prefix="dbk", $ 
    7587template_location="${template_location}", $ 
    76 COMMENT_STYLE="latex", $ 
    77 overview="../../overview", /statistics 
     88overview="../../overview", /statistics, $ 
     89COMMENT_STYLE="assistant" 
    7890exit 
    7991EOF 
Note: See TracChangeset for help on using the changeset viewer.