Ignore:
Timestamp:
09/22/06 17:49:59 (18 years ago)
Author:
smasson
Message:

update doc and rm old pages

File:
1 edited

Legend:

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

    r191 r195  
    33# update : 
    44# $Id$ 
     5# smasson Fri Sep 22 17:28:10 CEST 2006 
     6# check that the number of existing html files for each .pro file is 2! 
    57# fplod 2006-09-21T14:55:09Z aedon.locean-ipsl.upmc.fr (Darwin) 
    68# remove css in idldoc html output (/embed) 
     
    414416    echo "iii : you can see log file in ${log}" 
    415417    echo "iii : and look ${output}/idldoc-warnings.html#undoc" 
     418    # check that the number of existing html files for each .pro file is 2! 
     419    for i in $( find ../.. -name "*.pro" ) 
     420      do 
     421      nhtml=$( find ../.. -name $( basename $i .pro ).html | wc -l ) 
     422      if [ $nhtml -ne 2 ] 
     423          then 
     424          echo ERROR there is not 2 $( basename $i .pro ).html files  
     425          find ../.. -name $( basename $i .pro ).html 
     426          echo 
     427      fi 
     428    done 
    416429fi 
    417430#------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.