Changeset 62


Ignore:
Timestamp:
04/16/09 10:05:55 (15 years ago)
Author:
pinsard
Message:

remove MANPATH from environment setup

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/forfilter.f

    r55 r62  
    1818C ======== 
    1919C 
    20 C progfiltrage_simulation.f_ 
     20C progfiltrage_simulation.F90_ 
    2121C 
    22 C .. _progfiltrage_simulation.f : progfiltrage_simulation.f.html 
     22C .. _progfiltrage_simulation.F90 : progfiltrage_simulation.F90.html 
    2323C 
    2424C TODO 
  • trunk/src/ircaam_profile.sh

    r60 r62  
    3333# 
    3434# ${IRCAAM}/../bin/ is added to PATH. 
    35 # 
    36 # MANPATH++ 
    3735# 
    3836# SEE ALSO 
     
    196194unset test_path 
    197195# 
    198 # add IRCAAM manuals to MANPATH 
    199 # if not already done 
    200 echo ${MANPATH} | grep -q ${IRCAAM} 
    201 test_manpath=${?} 
    202 if [ ${test_manpath} -ne 0 ] 
    203 then 
    204    MANPATH=${IRCAAM}/man/:${MANPATH} 
    205    export MANPATH 
    206 else 
    207    # option bavarde oui/non pas encore implantée ++ 
    208    echo "${command} : iii : ${IRCAAM}/man/ already in \${MANPATH}" 
    209 fi 
    210 unset test_manpath 
    211 # 
    212196# add ${IRCAAM}/../bin tools to PATH 
    213197# if not already done 
  • trunk/src/refdataget.sh

    r60 r62  
    3333# It might be usefull to check revision of original data ... 
    3434# 
    35 # 
    3635# EXAMPLES 
    3736# ======== 
     
    4443#  
    4544# 
    46 # And look at log file wtih : 
     45# And look at log file with : 
    4746# :: 
    4847# 
     
    5453# ======== 
    5554# 
    56 # how to know if the is enough place before ? 
     55# how to know if there is enough place before ? 
    5756# 
    5857# SEE ALSO 
     
    7877# 
    7978# ++ et si je travaille sur une machine climserv ? 
     79# 
     80# ++ ajouter des options par dataset 
    8081# 
    8182# EVOLUTIONS 
Note: See TracChangeset for help on using the changeset viewer.