Changeset 12


Ignore:
Timestamp:
12/22/08 12:08:29 (15 years ago)
Author:
pinsard
Message:

add matlab startup

Location:
trunk
Files:
1 added
16 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/guides/svnbasiccommands.xml

    r11 r12  
    6464 
    6565<screen> 
    66  <prompt>$</prompt> <userinput>svn co svn+ssh://<replaceable>YOUR_LOGIN</replaceable>@forge.ipsl.jussieu.fr/ipsl/forge/projets/&project;/svn/trunk ~/&project;</userinput> 
     66 <prompt>$</prompt> <userinput>svn checkout svn+ssh://<replaceable>YOUR_LOGIN</replaceable>@forge.ipsl.jussieu.fr/ipsl/forge/projets/&project;/svn/trunk ~/&project;</userinput> 
    6767</screen> 
    6868</para> 
  • trunk/adm/makefile

    r9 r12  
    6363$(DIRSRC)/plogd.sh \ 
    6464$(DIRSRC)/tlogd.sh 
     65 
     66LIST_SRCMATLAB = \ 
     67$(DIRSRC)/$(PRODUCT)_startup.m  
    6568 
    6669.PHONY : \ 
     
    147150$(DIRWWW)/manuals/html/many/elogd.sh.html \ 
    148151$(DIRWWW)/manuals/html/many/plogd.sh.html \ 
    149 $(DIRWWW)/manuals/html/many/tlogd.sh.html 
     152$(DIRWWW)/manuals/html/many/tlogd.sh.html \ 
     153$(DIRWWW)/manuals/html/many/$(PRODUCT)_startup.m.html \ 
    150154 
    151155man_pdf : \ 
     
    161165$(DIRWWW)/manuals/pdf/many/elogd.sh.pdf \ 
    162166$(DIRWWW)/manuals/pdf/many/plogd.sh.pdf \ 
    163 $(DIRWWW)/manuals/pdf/many/tlogd.sh.pdf 
     167$(DIRWWW)/manuals/pdf/many/tlogd.sh.pdf \ 
     168$(DIRWWW)/manuals/pdf/many/$(PRODUCT)_startup.m.pdf \ 
    164169 
    165170$(DIRWWW)/manuals/html/many/index.html : \ 
     
    188193$(DIRTMP)/elogd.sh.rst \ 
    189194$(DIRTMP)/plogd.sh.rst \ 
    190 $(DIRTMP)/tlogd.sh.rst 
     195$(DIRTMP)/tlogd.sh.rst \ 
     196$(DIRTMP)/$(PRODUCT)_startup.m.rst 
    191197        @cat $(DIRTMP)/index.rst > ${DIRTMP}/$(PRODUCT)_manuals.rst1 
    192198        @for file in $(LIST_SRCSH); \ 
     199        do echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     200        echo ".. raw:: latex" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     201        echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     202        echo "  \newpage" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     203        echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     204        echo ".. _$$(basename $${file}) :" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     205        echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     206        echo "$$(basename $${file})" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     207        echo "$$(basename $${file} | tr [:print:] =)" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ; \ 
     208        echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1; \ 
     209        sed -e "s/^==*$$/-----------------/" ${DIRTMP}/$$(basename $${file}).rst >> ${DIRTMP}/$(PRODUCT)_manuals.rst1; \ 
     210        done 
     211        @for file in $(LIST_SRCMATLAB); \ 
    193212        do echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
    194213        echo ".. raw:: latex" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     
    219238        @for file in $(LIST_SRCSH); do echo " ";echo "$$(basename $${file})_"; echo " "; echo ".. _$$(basename $${file}) : $$(basename $${file}).html"; done >> $@ 
    220239        @echo " " >> $@ 
     240        @echo "MATLAB scripts" >> $@ 
     241        @echo "==============" >> $@ 
     242        @for file in $(LIST_SRCMATLAB); do echo " ";echo "$$(basename $${file})_"; echo " "; echo ".. _$$(basename $${file}) : $$(basename $${file}).html"; done >> $@ 
     243        @echo " " >> $@ 
    221244 
    222245$(DIRWWW)/manuals/html/many/$(PRODUCT)_profile.sh.html : \ 
     
    313336$(DIRSRC)/tlogd.sh 
    314337        @extract_rst.sh -i $< -l sh -o $@ 
     338 
     339$(DIRWWW)/manuals/html/many/$(PRODUCT)_startup.m.html : \ 
     340$(DIRTMP)/$(PRODUCT)_startup.m.rst 
     341        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     342        $< $@ 
     343 
     344$(DIRWWW)/manuals/pdf/many/$(PRODUCT)_startup.m.pdf : \ 
     345$(DIRTMP)/$(PRODUCT)_startup.m.tex 
     346        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     347 
     348$(DIRTMP)/$(PRODUCT)_startup.m.tex : \ 
     349$(DIRTMP)/$(PRODUCT)_startup.m.rst 
     350        @rst2newlatex.py --input-encoding=ISO-8859-15 --strict \ 
     351        $< $@ 
     352 
     353$(DIRTMP)/$(PRODUCT)_startup.m.rst : \ 
     354$(DIRSRC)/$(PRODUCT)_startup.m 
     355        @extract_rst.sh -i $< -l matlab -o $@ 
  • trunk/doc/manuals/html/many/index.html

    r11 r12  
    286286<div class="document" id="ircaam-manuals"> 
    287287<h1 class="title">IRCAAM manuals</h1> 
    288 <h2 class="subtitle" id="shell-scripts">Shell scripts</h2> 
    289  
     288 
     289<div class="section" id="shell-scripts"> 
     290<h1>Shell scripts</h1> 
    290291<p><a class="reference external" href="ircaam_profile.sh.html">ircaam_profile.sh</a></p> 
    291292<p><a class="reference external" href="dlogd.sh.html">dlogd.sh</a></p> 
     
    294295<p><a class="reference external" href="tlogd.sh.html">tlogd.sh</a></p> 
    295296</div> 
     297<div class="section" id="matlab-scripts"> 
     298<h1>MATLAB scripts</h1> 
     299<p><a class="reference external" href="ircaam_startup.m.html">ircaam_startup.m</a></p> 
     300</div> 
     301</div> 
    296302</body> 
    297303</html> 
  • trunk/doc/manuals/html/many/ircaam_profile.sh.html

    r11 r12  
    304304<div class="section" id="description"> 
    305305<h1>DESCRIPTION</h1> 
    306 <blockquote> 
    307 define IRCAAM environnement</blockquote> 
    308 <p>${IRCAAM}</p> 
    309 <p>${IRCAAM_LOG} ++</p> 
    310 <p>${IRCAAM_ID}</p> 
    311 <p>${IRCAAM_OD}</p> 
     306<p>define IRCAAM environnement</p> 
     307<p>${IRCAAM} is the base directory of tools.</p> 
     308<p>${IRCAAM_LOG} is the directory where log files  will be written.</p> 
     309<p>${IRCAAM_ID} is the directory where input files must be.</p> 
     310<p>${IRCAAM_OD} is the directory where output files will be written.</p> 
    312311<p>MANPATH++</p> 
     312</div> 
     313<div class="section" id="see-also"> 
     314<h1>SEE ALSO</h1> 
     315<p>for matlab/octave environment :</p> 
     316<p><a class="reference external" href="ircaam_startup.m.html">ircaam_startup.m</a></p> 
    313317</div> 
    314318<div class="section" id="examples"> 
     
    342346<div class="section" id="todo"> 
    343347<h1>TODO</h1> 
    344 <p>matlab/octave path</p> 
    345348</div> 
    346349<div class="section" id="evolutions"> 
  • trunk/doc/manuals/html/one/index.html

    r11 r12  
    295295<p><a class="reference internal" href="#tlogd-sh">tlogd.sh</a></p> 
    296296</div> 
     297<div class="section" id="matlab-scripts"> 
     298<h1>MATLAB scripts</h1> 
     299<p><a class="reference internal" href="#ircaam-startup-m">ircaam_startup.m</a></p> 
     300</div> 
    297301<div class="section" id="id1"> 
    298302<span id="ircaam-profile-sh"></span><h1>ircaam_profile.sh</h1> 
     
    314318<div class="section" id="description"> 
    315319<h2>DESCRIPTION</h2> 
    316 <blockquote> 
    317 define IRCAAM environnement</blockquote> 
    318 <p>${IRCAAM}</p> 
    319 <p>${IRCAAM_LOG} ++</p> 
    320 <p>${IRCAAM_ID}</p> 
    321 <p>${IRCAAM_OD}</p> 
     320<p>define IRCAAM environnement</p> 
     321<p>${IRCAAM} is the base directory of tools.</p> 
     322<p>${IRCAAM_LOG} is the directory where log files  will be written.</p> 
     323<p>${IRCAAM_ID} is the directory where input files must be.</p> 
     324<p>${IRCAAM_OD} is the directory where output files will be written.</p> 
    322325<p>MANPATH++</p> 
     326</div> 
     327<div class="section" id="see-also"> 
     328<h2>SEE ALSO</h2> 
     329<p>for matlab/octave environment :</p> 
     330<p><a class="reference internal" href="#ircaam-startup-m">ircaam_startup.m</a></p> 
    323331</div> 
    324332<div class="section" id="examples"> 
     
    352360<div class="section" id="todo"> 
    353361<h2>TODO</h2> 
    354 <p>matlab/octave path</p> 
    355362</div> 
    356363<div class="section" id="evolutions"> 
     
    394401<p><tt class="docutils literal"><span class="pre">dlogd.sh</span></tt> prompt for destruction of the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ.</p> 
    395402</div> 
    396 <div class="section" id="see-also"> 
     403<div class="section" id="id5"> 
    397404<h2>SEE ALSO</h2> 
    398405<p><a class="reference internal" href="#ircaam-profile-sh">ircaam_profile.sh</a></p> 
     
    401408<p><a class="reference internal" href="#tlogd-sh">tlogd.sh</a></p> 
    402409</div> 
    403 <div class="section" id="id5"> 
     410<div class="section" id="id6"> 
    404411<h2>FILES</h2> 
    405 <div class="section" id="id6"> 
     412<div class="section" id="id7"> 
    406413<h3>original location</h3> 
    407414<p>/usr/home/fplod/incas/ircaam/ircaam_ws/src/dlogd.sh sur cerbere.locean-ipsl.upmc.fr</p> 
    408415</div> 
    409416</div> 
    410 <div class="section" id="id7"> 
     417<div class="section" id="id8"> 
    411418<h2>EVOLUTIONS</h2> 
    412419<p>$Id: dlogd.sh 2 2008-12-03 15:56:27Z pinsard $</p> 
     
    419426</div> 
    420427</div> 
    421 <div class="section" id="id8"> 
     428<div class="section" id="id9"> 
    422429<span id="elogd-sh"></span><h1>elogd.sh</h1> 
    423 <div class="section" id="id9"> 
     430<div class="section" id="id10"> 
    424431<h2>NAME</h2> 
    425432<p>elogd.sh - edit the most recent ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ</p> 
    426433</div> 
    427 <div class="section" id="id10"> 
     434<div class="section" id="id11"> 
    428435<h2>SYNOPSIS</h2> 
    429436<pre class="literal-block"> 
     
    431438</pre> 
    432439</div> 
    433 <div class="section" id="id11"> 
     440<div class="section" id="id12"> 
    434441<h2>DESCRIPTION</h2> 
    435442<p><tt class="docutils literal"><span class="pre">elogd.sh</span></tt> launch ${EDITOR} on the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ.</p> 
    436443</div> 
    437 <div class="section" id="id12"> 
     444<div class="section" id="id13"> 
    438445<h2>SEE ALSO</h2> 
    439446<p><a class="reference internal" href="#ircaam-profile-sh">ircaam_profile.sh</a></p> 
     
    442449<p><a class="reference internal" href="#tlogd-sh">tlogd.sh</a></p> 
    443450</div> 
    444 <div class="section" id="id13"> 
     451<div class="section" id="id14"> 
    445452<h2>FILES</h2> 
    446 <div class="section" id="id14"> 
     453<div class="section" id="id15"> 
    447454<h3>original location</h3> 
    448455<p>/usr/home/fplod/incas/ircaam/ircaam_ws/src/elogd.sh sur cerbere.locean-ipsl.upmc.fr</p> 
    449456</div> 
    450457</div> 
    451 <div class="section" id="id15"> 
     458<div class="section" id="id16"> 
    452459<h2>EVOLUTIONS</h2> 
    453460<p>$Id: elogd.sh 2 2008-12-03 15:56:27Z pinsard $</p> 
     
    460467</div> 
    461468</div> 
    462 <div class="section" id="id16"> 
     469<div class="section" id="id17"> 
    463470<span id="plogd-sh"></span><h1>plogd.sh</h1> 
    464 <div class="section" id="id17"> 
     471<div class="section" id="id18"> 
    465472<h2>NAME</h2> 
    466473<p>plogd.sh - prints the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ</p> 
    467474</div> 
    468 <div class="section" id="id18"> 
     475<div class="section" id="id19"> 
    469476<h2>SYNOPSIS</h2> 
    470477<pre class="literal-block"> 
     
    472479</pre> 
    473480</div> 
    474 <div class="section" id="id19"> 
     481<div class="section" id="id20"> 
    475482<h2>DESCRIPTION</h2> 
    476483<p><tt class="docutils literal"><span class="pre">plogd.sh</span></tt> prints the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ.</p> 
     
    478485<p>Print is one on the default printer.</p> 
    479486</div> 
    480 <div class="section" id="id20"> 
     487<div class="section" id="id21"> 
    481488<h2>SEE ALSO</h2> 
    482489<p><a class="reference internal" href="#ircaam-profile-sh">ircaam_profile.sh</a></p> 
     
    485492<p><a class="reference internal" href="#tlogd-sh">tlogd.sh</a></p> 
    486493</div> 
    487 <div class="section" id="id21"> 
     494<div class="section" id="id22"> 
    488495<h2>FILES</h2> 
    489 <div class="section" id="id22"> 
     496<div class="section" id="id23"> 
    490497<h3>original location</h3> 
    491498<p>/usr/home/fplod/incas/ircaam/ircaam_ws/src/plogd.sh sur cerbere.locean-ipsl.upmc.fr</p> 
    492499</div> 
    493500</div> 
    494 <div class="section" id="id23"> 
     501<div class="section" id="id24"> 
    495502<h2>EVOLUTIONS</h2> 
    496503<p>$Id: plogd.sh 7 2008-12-12 10:39:06Z pinsard $</p> 
     
    503510</div> 
    504511</div> 
    505 <div class="section" id="id24"> 
     512<div class="section" id="id25"> 
    506513<span id="tlogd-sh"></span><h1>tlogd.sh</h1> 
    507 <div class="section" id="id25"> 
     514<div class="section" id="id26"> 
    508515<h2>NAME</h2> 
    509516<p>tlogd.sh -  shows the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ</p> 
    510517</div> 
    511 <div class="section" id="id26"> 
     518<div class="section" id="id27"> 
    512519<h2>SYNOPSIS</h2> 
    513520<pre class="literal-block"> 
     
    515522</pre> 
    516523</div> 
    517 <div class="section" id="id27"> 
     524<div class="section" id="id28"> 
    518525<h2>DESCRIPTION</h2> 
    519526<p><tt class="docutils literal"><span class="pre">tlogd.sh</span></tt> shows the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ.</p> 
    520527</div> 
    521 <div class="section" id="id28"> 
     528<div class="section" id="id29"> 
    522529<h2>SEE ALSO</h2> 
    523530<p><a class="reference internal" href="#ircaam-profile-sh">ircaam_profile.sh</a></p> 
     
    526533<p><a class="reference internal" href="#plogd-sh">plogd.sh</a></p> 
    527534</div> 
    528 <div class="section" id="id29"> 
     535<div class="section" id="id30"> 
    529536<h2>FILES</h2> 
    530 <div class="section" id="id30"> 
     537<div class="section" id="id31"> 
    531538<h3>original location</h3> 
    532539<p>/usr/home/fplod/incas/ircaam/ircaam_ws/src/tlogd.sh sur cerbere.locean-ipsl.upmc.fr</p> 
    533540</div> 
    534541</div> 
    535 <div class="section" id="id31"> 
     542<div class="section" id="id32"> 
    536543<h2>EVOLUTIONS</h2> 
    537544<p>$Id: tlogd.sh 7 2008-12-12 10:39:06Z pinsard $</p> 
     
    552559</div> 
    553560</div> 
     561<div class="section" id="id33"> 
     562<span id="ircaam-startup-m"></span><h1>ircaam_startup.m</h1> 
     563<div class="section" id="module"> 
     564<h2>module</h2> 
     565<p>initialisation of matlab/octave environment for IRCAAM project</p> 
     566</div> 
     567<div class="section" id="id34"> 
     568<h2>DESCRIPTION</h2> 
     569<dl class="docutils"> 
     570<dt>Define :</dt> 
     571<dd><ul class="first last simple"> 
     572<li>path for matlab/octave commands used in IRCAAM project</li> 
     573<li>IO directories</li> 
     574</ul> 
     575</dd> 
     576</dl> 
     577<p>This file can be either run classicaly when currect directory 
     578is ${IRCAAM} : 
     579..</p> 
     580<blockquote> 
     581&gt;&gt; ircaam_startup</blockquote> 
     582<p>If linked or copy to ${HOME}/startup.m, it will be automaticaly 
     583run by matlab at start.</p> 
     584</div> 
     585<div class="section" id="id35"> 
     586<h2>SEE ALSO</h2> 
     587<p><a class="reference internal" href="#ircaam-profile-sh">ircaam_profile.sh</a></p> 
     588</div> 
     589<div class="section" id="id36"> 
     590<h2>EVOLUTIONS</h2> 
     591<p>$Id$</p> 
     592<ul class="simple"> 
     593<li>fplod 2008-12-22T09:38:20Z zeus.locean-ipsl.upmc.fr (Linux)<ul> 
     594<li>creation</li> 
     595</ul> 
     596</li> 
     597</ul> 
     598</div> 
     599<div class="section" id="id37"> 
     600<h2>TODO</h2> 
     601</div> 
     602</div> 
    554603</div> 
    555604</body> 
  • trunk/src/dlogd.sh

    r2 r12  
    2222# ``dlogd.sh`` prompt for destruction of the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ. 
    2323# 
    24 #  
     24# 
    2525# SEE ALSO 
    2626# ======== 
    2727# 
    2828# ircaam_profile.sh_ 
    29 #  
     29# 
    3030# .. _ircaam_profile.sh : ircaam_profile.sh.html 
    31 #  
     31# 
    3232# elogd.sh_ 
    33 #   
     33# 
    3434# .. _elogd.sh : elogd.sh.html 
    35 #  
     35# 
    3636# plogd.sh_ 
    37 #   
     37# 
    3838# .. _plogd.sh : plogd.sh.html 
    3939# 
    4040# tlogd.sh_ 
    41 #   
     41# 
    4242# .. _tlogd.sh : tlogd.sh.html 
    4343# 
     
    8181# check for ${IRCAAM_LOG} definition 
    8282if [ "${IRCAAM_LOG}" = "" ] 
    83 then  
     83then 
    8484 echo " eee : \${IRCAAM_LOG} not defined" 
    8585 exit 1 
  • trunk/src/elogd.sh

    r2 r12  
    2424# SEE ALSO 
    2525# ======== 
    26 #  
     26# 
    2727# ircaam_profile.sh_ 
    28 #  
     28# 
    2929# .. _ircaam_profile.sh : ircaam_profile.sh.html 
    3030# 
    3131# dlogd.sh_ 
    32 #  
     32# 
    3333# .. _dlogd.sh : dlogd.sh.html 
    3434# 
    3535# plogd.sh_ 
    36 #  
     36# 
    3737# .. _plogd.sh : plogd.sh.html 
    3838# 
    3939# tlogd.sh_ 
    40 #  
     40# 
    4141# .. _tlogd.sh : tlogd.sh.html 
    4242# 
     
    8585# check for ${IRCAAM_LOG} definition 
    8686if [ "${IRCAAM_LOG}" = "" ] 
    87 then  
     87then 
    8888 echo " eee : \${IRCAAM_LOG} not defined" 
    8989 exit 1 
  • trunk/src/ircaam_profile.sh

    r7 r12  
    1010# 
    1111# 
    12 # Online usage  
     12# Online usage 
    1313# :: 
    1414# 
    1515# $ . ./ircaam_profile.sh -d directory -i indir -o outdir -t tempdir 
    1616# 
    17 # In ${HOME}/.profile, add the following line  
     17# In ${HOME}/.profile, add the following line 
    1818# :: 
    1919# 
     
    2323# =========== 
    2424# 
    25 #  define IRCAAM environnement 
    26 # 
    27 # 
    28 # ${IRCAAM} 
    29 # 
    30 # ${IRCAAM_LOG} ++ 
    31 # 
    32 # ${IRCAAM_ID} 
    33 # 
    34 # ${IRCAAM_OD} 
     25# define IRCAAM environnement 
     26# 
     27# ${IRCAAM} is the base directory of tools. 
     28# 
     29# ${IRCAAM_LOG} is the directory where log files  will be written. 
     30# 
     31# ${IRCAAM_ID} is the directory where input files must be. 
     32# 
     33# ${IRCAAM_OD} is the directory where output files will be written. 
    3534# 
    3635# MANPATH++ 
     36# 
     37# SEE ALSO 
     38# ======== 
     39# 
     40# for matlab/octave environment : 
     41# 
     42# ircaam_startup.m_ 
     43# 
     44# .. _ircaam_startup.m : ircaam_startup.m.html 
    3745# 
    3846# EXAMPLES 
     
    7482# ==== 
    7583# 
    76 # matlab/octave path 
    7784# 
    7885# EVOLUTIONS 
     
    198205IRCAAM_LOG=${tempdir} 
    199206export IRCAAM_LOG 
    200 if [ ! -d ${IRCAAM_LOG} ]  
     207if [ ! -d ${IRCAAM_LOG} ] 
    201208then 
    202209  mkdir -p ${IRCAAM_LOG} 
    203210  echo "${command} : iii : creation of \${IRCAAM_LOG}" 
    204 fi  
     211fi 
    205212# check for permission on IRCAAM_LOG 
    206213if [ ! -x ${IRCAAM_LOG} ] 
     
    223230IRCAAM_ID=${indir} 
    224231export IRCAAM_ID 
    225 if [ ! -d ${IRCAAM_ID} ]  
     232if [ ! -d ${IRCAAM_ID} ] 
    226233then 
    227234  mkdir -p ${IRCAAM_ID} 
    228235  echo "${command} : iii : creation of \${IRCAAM_ID}" 
    229 fi  
     236fi 
    230237# check for permission on IRCAAM_ID 
    231238if [ ! -x ${IRCAAM_ID} ] 
  • trunk/src/plogd.sh

    r7 r12  
    2828# SEE ALSO 
    2929# ======== 
    30 #  
     30# 
    3131# ircaam_profile.sh_ 
    32 #  
     32# 
    3333# .. _ircaam_profile.sh : ircaam_profile.sh.html 
    3434# 
    3535# dlogd.sh_ 
    36 #  
     36# 
    3737# .. _dlogd.sh : dlogd.sh.html 
    3838# 
    3939# elogd.sh_ 
    40 #  
     40# 
    4141# .. _elogd.sh : elogd.sh.html 
    4242# 
    4343# tlogd.sh_ 
    44 #  
     44# 
    4545# .. _tlogd.sh : tlogd.sh.html 
    4646# 
     
    106106  exit 1 
    107107 else 
    108   # printing  
     108  # printing 
    109109  a2ps --print-anyway=1 ${log} 
    110110  exit 0 
  • trunk/src/tlogd.sh

    r7 r12  
    2424# SEE ALSO 
    2525# ======== 
    26 #  
     26# 
    2727# ircaam_profile.sh_ 
    28 #  
     28# 
    2929# .. _ircaam_profile.sh : ircaam_profile.sh.html 
    3030# 
    3131# dlogd.sh_ 
    32 #  
     32# 
    3333# .. _dlogd.sh : dlogd.sh.html 
    3434# 
    3535# elogd.sh_ 
    36 #  
     36# 
    3737# .. _elogd.sh : elogd.sh.html 
    3838# 
    3939# plogd.sh_ 
    40 #  
     40# 
    4141# .. _plogd.sh : plogd.sh.html 
    4242# 
Note: See TracChangeset for help on using the changeset viewer.