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/savesaxo.sh

    r327 r345  
    33# update : 
    44# $Id$ 
     5# fplod 2008-04-16T09:02:45Z aedon.locean-ipsl.upmc.fr (Darwin) 
     6# html files produced from DocBook files are now produced using makefile 
     7# instead of makehtml.sh 
    58# fplod 2007-08-21T09:29:04Z aedon.locean-ipsl.upmc.fr (Darwin) 
    69# follow changes of calling sequence of pro2href.sh 
     
    101104set -u 
    102105# 
    103 docompileall=1 
    104 dohtml=0 
     106docompileall=0 
     107dohtml=1 
    105108dooldtest=0 
    106109doidlwavedoc=0 
     
    208211# 
    209212    cd ${memopwd} 
    210     for docxml in firststeps.xml getsaxo.xml mailing.xml websaxo.xml tiplink.xml updatesaxo.xml whatissaxo.xml whatsnew.xml infoupdatekwd.xml infoupdatecm.xml mini_notice.xml faqsaxo.xml 
    211     do 
    212       ./makehtml.sh $(basename ${docxml} .xml) 
    213       status=${?} 
    214       if [ ${status} -ne 0 ] 
    215       then 
    216        echo "eee : pb with makehtml.sh $(basename ${docxml} .xml)" 
    217        exit 1 
    218       fi 
    219     done 
     213    make clean 
     214    make html  
     215    make dbkcheck 
    220216fi 
    221217#------------------------------------------------------------------ 
     
    523519    scp ${localtarbase}/SAXO_*.tar.gz ${lgforge}@forge.ipsl.jussieu.fr:/ipsl/forge/projets/saxo/download/ 
    524520    echo "iii : do not forget to update getsaxo.html" 
    525     echo "iii : \$ ./makehtml.sh getsaxo" 
     521    echo "iii : \$ make ./getsaxo.html" 
    526522    echo "iii : do not forget to clean ${localtarbase}" 
    527523fi 
Note: See TracChangeset for help on using the changeset viewer.