Changeset 61


Ignore:
Timestamp:
04/03/09 16:06:27 (15 years ago)
Author:
pinsard
Message:

major improvements for manuals

Location:
trunk/adm
Files:
2 edited

Legend:

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

    r12 r61  
    128128 
    129129<para> 
     130If <replaceable>file_name</replaceable> is not in the working space (here ~/&project;), you must copy it.  
     131For example : 
     132<screen> 
     133 <prompt>$</prompt> <userinput>cp -p <replaceable>another_directory</replaceable 
     134> ~/&project;/</userinput> 
     135</screen> 
     136</para> 
     137 
     138<para> 
    130139For example, directly 
    131140 
  • trunk/adm/makefile

    r12 r61  
    1414# ==== 
    1515# 
    16 # ++ amélioration de la page index 
     16# ++ doc executable vs doc sources (pour progfiltrage_simulation.F90) 
     17# 
     18# ++ 2 docs pour forfilter.f (filtre et kiser) 
    1719# 
    1820# ++ lien avec les guides 
     
    2224# 
    2325# $Id$ 
     26# 
     27# - fplod 2009-04-03T08:01:24Z aedon.locean-ipsl.upmc.fr (Darwin) 
     28# 
     29#   * replace rst2newlatex by rst2latex and add options 
     30#   * suppression of rawlatex 
     31#   * add TOC thanks to http://docutils.sourceforge.net/docs/user/rst/demo.txt 
     32# 
     33# - fplod 2009-02-10T10:36:02Z aedon.locean-ipsl.upmc.fr (Darwin) 
     34# 
     35#   * add progfiltrage_simulation.F90, forfilter.f (new category sources fortran) 
     36#   * add progfiltrage_simulation.x (new category executable)++ 
     37# 
     38# - fplod 2009-02-02T13:25:23Z aedon.locean-ipsl.upmc.fr (Darwin) 
     39# 
     40#   * add time_serie_eof_df.m, carte_eof_df.m, prepare_olr_filtre_simulation.m 
     41# 
     42# - fplod 2009-01-28T08:13:15Z aedon.locean-ipsl.upmc.fr (Darwin) 
     43# 
     44#   * add reconstitution_ER_rossby_df.m, time_serie_histog_phase.m, 
     45#     time_serie_histog_phase_num.m, composite_olr_phase.m, 
     46#     composite_olr_phase_num.m, composite_olr_eof_df.m, 
     47#     time_serie_jjas_df.m 
     48# 
     49# - fplod 2009-01-27T11:40:41Z aedon.locean-ipsl.upmc.fr (Darwin) 
     50# 
     51#   * add time_serie_ER_rossby_df.m, time_serie_ER_rossby_df_complet.m, 
     52#     carte_eof_ER_jjas_df.m, olr_eof_jjas2006_rossby_df.m, 
     53#     carte_eof234_jjas_df.m 
     54# 
     55# - fplod 2009-01-06T13:47:14Z aedon.locean-ipsl.upmc.fr (Darwin) 
     56# 
     57#   * add palette1.m palette3.m palettejerome30.m 
     58# 
     59# - fplod 2009-01-05T11:14:07Z aedon.locean-ipsl.upmc.fr (Darwin) 
     60# 
     61#   * add sauvegrads.m cartemonde.m cartemonde1.m palette.m palettecomplet.m 
    2462# 
    2563# - fplod 2008-12-05T11:15:37Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    62100$(DIRSRC)/elogd.sh \ 
    63101$(DIRSRC)/plogd.sh \ 
    64 $(DIRSRC)/tlogd.sh 
     102$(DIRSRC)/tlogd.sh \ 
     103$(DIRSRC)/refdataget.sh 
    65104 
    66105LIST_SRCMATLAB = \ 
    67 $(DIRSRC)/$(PRODUCT)_startup.m  
     106$(DIRSRC)/$(PRODUCT)_startup.m \ 
     107$(DIRSRC)/sauvegrads.m \ 
     108$(DIRSRC)/cartemonde.m \ 
     109$(DIRSRC)/cartemonde1.m \ 
     110$(DIRSRC)/palette.m \ 
     111$(DIRSRC)/palettecomplet.m \ 
     112$(DIRSRC)/palette1.m \ 
     113$(DIRSRC)/palette3.m \ 
     114$(DIRSRC)/palettejerome30.m \ 
     115$(DIRSRC)/mode_sahelien/time_serie_ER_rossby_df.m \ 
     116$(DIRSRC)/mode_sahelien/time_serie_ER_rossby_df_complet.m \ 
     117$(DIRSRC)/mode_sahelien/carte_eof_ER_jjas_df.m \ 
     118$(DIRSRC)/mode_sahelien/olr_eof_jjas2006_rossby_df.m \ 
     119$(DIRSRC)/mode_sahelien/carte_eof234_jjas_df.m \ 
     120$(DIRSRC)/mode_sahelien/reconstitution_ER_rossby_df.m \ 
     121$(DIRSRC)/mode_sahelien/time_serie_histog_phase.m \ 
     122$(DIRSRC)/mode_sahelien/time_serie_histog_phase_num.m \ 
     123$(DIRSRC)/mode_sahelien/composite_olr_phase.m \ 
     124$(DIRSRC)/mode_sahelien/composite_olr_phase_num.m \ 
     125$(DIRSRC)/mode_sahelien/composite_olr_eof_df.m \ 
     126$(DIRSRC)/mode_sahelien/time_serie_jjas_df.m \ 
     127$(DIRSRC)/SIMULS_IRCAAM/time_serie_eof_df.m \ 
     128$(DIRSRC)/SIMULS_IRCAAM/carte_eof_df.m \ 
     129$(DIRSRC)/SIMULS_IRCAAM/prepare_olr_filtre_simulation.m 
     130 
     131LIST_SRCFORTRAN = \ 
     132$(DIRSRC)/SIMULS_IRCAAM/progfiltrage_simulation.F90 \ 
     133$(DIRSRC)/forfilter.f 
     134 
     135RST2LATEX_OPTIONS_ONE = \ 
     136--documentclass=book \ 
     137--traceback \ 
     138--use-verbatim-when-possible 
     139 
     140RST2LATEX_OPTIONS_MANY = \ 
     141--documentclass=article \ 
     142--traceback \ 
     143--use-verbatim-when-possible 
    68144 
    69145.PHONY : \ 
     
    105181 
    106182clean : \ 
    107 cleantmp  
     183cleantmp 
    108184        -@rm -fr $(DIRWWW)/manuals/html/ 
    109185        -@rm -fr $(DIRWWW)/manuals/pdf/ 
     
    151227$(DIRWWW)/manuals/html/many/plogd.sh.html \ 
    152228$(DIRWWW)/manuals/html/many/tlogd.sh.html \ 
     229$(DIRWWW)/manuals/html/many/refdataget.sh.html \ 
    153230$(DIRWWW)/manuals/html/many/$(PRODUCT)_startup.m.html \ 
     231$(DIRWWW)/manuals/html/many/sauvegrads.m.html \ 
     232$(DIRWWW)/manuals/html/many/cartemonde.m.html \ 
     233$(DIRWWW)/manuals/html/many/cartemonde1.m.html \ 
     234$(DIRWWW)/manuals/html/many/palette.m.html \ 
     235$(DIRWWW)/manuals/html/many/palettecomplet.m.html \ 
     236$(DIRWWW)/manuals/html/many/palette1.m.html \ 
     237$(DIRWWW)/manuals/html/many/palette3.m.html \ 
     238$(DIRWWW)/manuals/html/many/palettejerome30.m.html \ 
     239$(DIRWWW)/manuals/html/many/time_serie_ER_rossby_df.m.html \ 
     240$(DIRWWW)/manuals/html/many/time_serie_ER_rossby_df_complet.m.html \ 
     241$(DIRWWW)/manuals/html/many/carte_eof_ER_jjas_df.m.html \ 
     242$(DIRWWW)/manuals/html/many/olr_eof_jjas2006_rossby_df.m.html \ 
     243$(DIRWWW)/manuals/html/many/carte_eof234_jjas_df.m.html \ 
     244$(DIRWWW)/manuals/html/many/reconstitution_ER_rossby_df.m.html \ 
     245$(DIRWWW)/manuals/html/many/time_serie_histog_phase.m.html \ 
     246$(DIRWWW)/manuals/html/many/time_serie_histog_phase_num.m.html \ 
     247$(DIRWWW)/manuals/html/many/composite_olr_phase.m.html \ 
     248$(DIRWWW)/manuals/html/many/composite_olr_phase_num.m.html \ 
     249$(DIRWWW)/manuals/html/many/composite_olr_eof_df.m.html \ 
     250$(DIRWWW)/manuals/html/many/time_serie_jjas_df.m.html \ 
     251$(DIRWWW)/manuals/html/many/time_serie_eof_df.m.html \ 
     252$(DIRWWW)/manuals/html/many/carte_eof_df.m.html \ 
     253$(DIRWWW)/manuals/html/many/prepare_olr_filtre_simulation.m.html \ 
     254$(DIRWWW)/manuals/html/many/progfiltrage_simulation.F90.html \ 
     255$(DIRWWW)/manuals/html/many/forfilter.f.html 
    154256 
    155257man_pdf : \ 
     
    166268$(DIRWWW)/manuals/pdf/many/plogd.sh.pdf \ 
    167269$(DIRWWW)/manuals/pdf/many/tlogd.sh.pdf \ 
     270$(DIRWWW)/manuals/pdf/many/refdataget.sh.pdf \ 
    168271$(DIRWWW)/manuals/pdf/many/$(PRODUCT)_startup.m.pdf \ 
     272$(DIRWWW)/manuals/pdf/many/sauvegrads.m.pdf \ 
     273$(DIRWWW)/manuals/pdf/many/cartemonde.m.pdf \ 
     274$(DIRWWW)/manuals/pdf/many/cartemonde1.m.pdf \ 
     275$(DIRWWW)/manuals/pdf/many/palette.m.pdf \ 
     276$(DIRWWW)/manuals/pdf/many/palettecomplet.m.pdf \ 
     277$(DIRWWW)/manuals/pdf/many/palette1.m.pdf \ 
     278$(DIRWWW)/manuals/pdf/many/palette3.m.pdf \ 
     279$(DIRWWW)/manuals/pdf/many/palettejerome30.m.pdf \ 
     280$(DIRWWW)/manuals/pdf/many/time_serie_ER_rossby_df.m.pdf \ 
     281$(DIRWWW)/manuals/pdf/many/time_serie_ER_rossby_df_complet.m.pdf \ 
     282$(DIRWWW)/manuals/pdf/many/carte_eof_ER_jjas_df.m.pdf \ 
     283$(DIRWWW)/manuals/pdf/many/olr_eof_jjas2006_rossby_df.m.pdf \ 
     284$(DIRWWW)/manuals/pdf/many/carte_eof234_jjas_df.m.pdf \ 
     285$(DIRWWW)/manuals/pdf/many/reconstitution_ER_rossby_df.m.pdf \ 
     286$(DIRWWW)/manuals/pdf/many/time_serie_histog_phase.m.pdf \ 
     287$(DIRWWW)/manuals/pdf/many/time_serie_histog_phase_num.m.pdf \ 
     288$(DIRWWW)/manuals/pdf/many/composite_olr_phase.m.pdf \ 
     289$(DIRWWW)/manuals/pdf/many/composite_olr_phase_num.m.pdf \ 
     290$(DIRWWW)/manuals/pdf/many/composite_olr_eof_df.m.pdf \ 
     291$(DIRWWW)/manuals/pdf/many/time_serie_jjas_df.m.pdf \ 
     292$(DIRWWW)/manuals/pdf/many/time_serie_eof_df.m.pdf \ 
     293$(DIRWWW)/manuals/pdf/many/carte_eof_df.m.pdf \ 
     294$(DIRWWW)/manuals/pdf/many/prepare_olr_filtre_simulation.m.pdf \ 
     295$(DIRWWW)/manuals/pdf/many/progfiltrage_simulation.F90.pdf \ 
     296$(DIRWWW)/manuals/pdf/many/forfilter.f.pdf 
    169297 
    170298$(DIRWWW)/manuals/html/many/index.html : \ 
    171 $(DIRTMP)/index.rst 
     299$(DIRTMP)/index_many.rst 
    172300        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
    173301        $< $@ 
     
    184312$(DIRTMP)/$(PRODUCT)_manuals.tex : \ 
    185313$(DIRTMP)/$(PRODUCT)_manuals.rst 
    186         @rst2newlatex.py --input-encoding=ISO-8859-15 --strict \ 
     314        @rst2latex.py $(RST2LATEX_OPTIONS_ONE) --input-encoding=ISO-8859-15 --strict \ 
    187315        $< $@ 
    188316 
    189317$(DIRTMP)/$(PRODUCT)_manuals.rst : \ 
    190 $(DIRTMP)/index.rst \ 
     318$(DIRTMP)/index_one.rst \ 
    191319$(DIRTMP)/$(PRODUCT)_profile.sh.rst \ 
    192320$(DIRTMP)/dlogd.sh.rst \ 
     
    194322$(DIRTMP)/plogd.sh.rst \ 
    195323$(DIRTMP)/tlogd.sh.rst \ 
    196 $(DIRTMP)/$(PRODUCT)_startup.m.rst 
    197         @cat $(DIRTMP)/index.rst > ${DIRTMP}/$(PRODUCT)_manuals.rst1 
     324$(DIRTMP)/refdataget.sh.rst \ 
     325$(DIRTMP)/$(PRODUCT)_startup.m.rst \ 
     326$(DIRTMP)/sauvegrads.m.rst \ 
     327$(DIRTMP)/cartemonde.m.rst \ 
     328$(DIRTMP)/cartemonde1.m.rst \ 
     329$(DIRTMP)/palette.m.rst \ 
     330$(DIRTMP)/palettecomplet.m.rst \ 
     331$(DIRTMP)/palette1.m.rst \ 
     332$(DIRTMP)/palette3.m.rst \ 
     333$(DIRTMP)/palettejerome30.m.rst \ 
     334$(DIRTMP)/time_serie_ER_rossby_df.m.rst \ 
     335$(DIRTMP)/time_serie_ER_rossby_df_complet.m.rst \ 
     336$(DIRTMP)/carte_eof_ER_jjas_df.m.rst \ 
     337$(DIRTMP)/olr_eof_jjas2006_rossby_df.m.rst \ 
     338$(DIRTMP)/carte_eof234_jjas_df.m.rst \ 
     339$(DIRTMP)/reconstitution_ER_rossby_df.m.rst \ 
     340$(DIRTMP)/time_serie_histog_phase.m.rst \ 
     341$(DIRTMP)/time_serie_histog_phase_num.m.rst \ 
     342$(DIRTMP)/composite_olr_phase.m.rst \ 
     343$(DIRTMP)/composite_olr_phase_num.m.rst \ 
     344$(DIRTMP)/composite_olr_eof_df.m.rst \ 
     345$(DIRTMP)/time_serie_jjas_df.m.rst \ 
     346$(DIRTMP)/time_serie_eof_df.m.rst \ 
     347$(DIRTMP)/carte_eof_df.m.rst \ 
     348$(DIRTMP)/prepare_olr_filtre_simulation.m.rst \ 
     349$(DIRTMP)/progfiltrage_simulation.F90.rst \ 
     350$(DIRTMP)/forfilter.f.rst 
     351        @cat $(DIRTMP)/index_one.rst > ${DIRTMP}/$(PRODUCT)_manuals.rst1 
     352        @echo "Shell scripts" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 
     353        @echo "=============" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 
    198354        @for file in $(LIST_SRCSH); \ 
    199355        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 ;\ 
     356         echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     357         echo ".. _$$(basename $${file}) :" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     358         echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     359         echo "$$(basename $${file})" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     360         echo "$$(basename $${file} | tr [:print:] -)" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ; \ 
     361         echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1; \ 
     362        sed -e "s/^==*$$/-----------------/" \ 
     363        -e "s/^--*$$/~~~~~~~~~~~~~~~~~~~~/" \ 
     364         ${DIRTMP}/$$(basename $${file}).rst >> ${DIRTMP}/$(PRODUCT)_manuals.rst1; \ 
     365        done 
     366        @echo "MATLAB scripts" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 
     367        @echo "==============" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 
     368        @for file in $(LIST_SRCMATLAB); \ 
     369        do echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     370         echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     371         echo ".. _$$(basename $${file}) :" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     372         echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     373         echo "$$(basename $${file})" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
     374         echo "$$(basename $${file} | tr [:print:] -)" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ; \ 
     375         echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1; \ 
     376         sed -e "s/^==*$$/-----------------/" \ 
     377         -e "s/^--*$$/~~~~~~~~~~~~~~~~~~~~/" \ 
     378         ${DIRTMP}/$$(basename $${file}).rst >> ${DIRTMP}/$(PRODUCT)_manuals.rst1; \ 
     379        done 
     380        @echo "Fortran Sources" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 
     381        @echo "===============" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 
     382        @for file in $(LIST_SRCFORTRAN); \ 
     383        do echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
    203384        echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
    204385        echo ".. _$$(basename $${file}) :" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
    205386        echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
    206387        echo "$$(basename $${file})" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
    207         echo "$$(basename $${file} | tr [:print:] =)" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ; \ 
     388        echo "$$(basename $${file} | tr [:print:] -)" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ; \ 
    208389        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); \ 
    212         do echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
    213         echo ".. raw:: latex" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
    214         echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
    215         echo "  \newpage" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
    216         echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
    217         echo ".. _$$(basename $${file}) :" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
    218         echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
    219         echo "$$(basename $${file})" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ;\ 
    220         echo "$$(basename $${file} | tr [:print:] =)" >> ${DIRTMP}/$(PRODUCT)_manuals.rst1 ; \ 
    221         echo " " >> ${DIRTMP}/$(PRODUCT)_manuals.rst1; \ 
    222         sed -e "s/^==*$$/-----------------/" ${DIRTMP}/$$(basename $${file}).rst >> ${DIRTMP}/$(PRODUCT)_manuals.rst1; \ 
     390        sed -e "s/^==*$$/-----------------/" \ 
     391        -e "s/^--*$$/~~~~~~~~~~~~~~~~~~~~/" \ 
     392        ${DIRTMP}/$$(basename $${file}).rst >> ${DIRTMP}/$(PRODUCT)_manuals.rst1; \ 
    223393        done 
    224394        @grep "\.\. _.*: .*$$" ${DIRTMP}/$(PRODUCT)_manuals.rst1 > \ 
     
    229399        @cp ${DIRTMP}/$(PRODUCT)_manuals.rst2 $@ 
    230400 
    231 $(DIRTMP)/index.rst : 
     401$(DIRTMP)/index_one.rst : 
     402        @echo "=================" >> $@ 
     403        @echo "$(PRODUCTNAME) manuals" >> $@ 
     404        @echo "=================" >> $@ 
     405        @echo " " >> $@ 
     406        @echo ".. contents:: Table of Contents" >> $@ 
     407        @echo "  :depth: 2" >> $@ 
     408        @echo ".. section-numbering::" >> $@ 
     409        @echo " " >> $@ 
     410 
     411$(DIRTMP)/index_many.rst : 
    232412        @echo "=================" >> $@ 
    233413        @echo "$(PRODUCTNAME) manuals" >> $@ 
     
    236416        @echo "Shell scripts" >> $@ 
    237417        @echo "=============" >> $@ 
    238         @for file in $(LIST_SRCSH); do echo " ";echo "$$(basename $${file})_"; echo " "; echo ".. _$$(basename $${file}) : $$(basename $${file}).html"; done >> $@ 
     418        @for file in $(LIST_SRCSH); \ 
     419        do echo " ";\ 
     420        echo ".. _$$(basename $${file}) : $$(basename $${file}).html";\ 
     421        echo " ";\ 
     422        echo "- $$(basename $${file})_";\ 
     423        done  >> $@  
    239424        @echo " " >> $@ 
    240425        @echo "MATLAB scripts" >> $@ 
    241426        @echo "==============" >> $@ 
    242         @for file in $(LIST_SRCMATLAB); do echo " ";echo "$$(basename $${file})_"; echo " "; echo ".. _$$(basename $${file}) : $$(basename $${file}).html"; done >> $@ 
     427        @for file in $(LIST_SRCMATLAB); 
     428        do echo " ";\ 
     429        echo ".. _$$(basename $${file}) : $$(basename $${file}).html";\ 
     430        echo " ";\ 
     431        echo "- $$(basename $${file})_";\ 
     432        done >> $@ 
     433        @echo " " >> $@ 
     434        @echo "Fortran Sources" >> $@ 
     435        @echo "===============" >> $@ 
     436        @for file in $(LIST_SRCFORTRAN); \ 
     437        do echo " ";\ 
     438        echo ".. _$$(basename $${file}) : $$(basename $${file}).html";\ 
     439        echo " ";\ 
     440        echo "- $$(basename $${file})_";\ 
     441        done >> $@ 
    243442        @echo " " >> $@ 
    244443 
     
    254453$(DIRTMP)/$(PRODUCT)_profile.sh.tex : \ 
    255454$(DIRTMP)/$(PRODUCT)_profile.sh.rst 
    256         @rst2newlatex.py --input-encoding=ISO-8859-15 --strict \ 
     455        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
    257456        $< $@ 
    258457 
     
    273472$(DIRTMP)/dlogd.sh.tex : \ 
    274473$(DIRTMP)/dlogd.sh.rst 
    275         @rst2newlatex.py --input-encoding=ISO-8859-15 --strict \ 
     474        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
    276475        $< $@ 
    277476 
     
    292491$(DIRTMP)/elogd.sh.tex : \ 
    293492$(DIRTMP)/elogd.sh.rst 
    294         @rst2newlatex.py --input-encoding=ISO-8859-15 --strict \ 
     493        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
    295494        $< $@ 
    296495 
     
    311510$(DIRTMP)/plogd.sh.tex : \ 
    312511$(DIRTMP)/plogd.sh.rst 
    313         @rst2newlatex.py --input-encoding=ISO-8859-15 --strict \ 
     512        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
    314513        $< $@ 
    315514 
     
    330529$(DIRTMP)/tlogd.sh.tex : \ 
    331530$(DIRTMP)/tlogd.sh.rst 
    332         @rst2newlatex.py --input-encoding=ISO-8859-15 --strict \ 
     531        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
    333532        $< $@ 
    334533 
     
    337536        @extract_rst.sh -i $< -l sh -o $@ 
    338537 
     538$(DIRWWW)/manuals/html/many/refdataget.sh.html : \ 
     539$(DIRTMP)/refdataget.sh.rst 
     540        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     541        $< $@ 
     542 
     543$(DIRWWW)/manuals/pdf/many/refdataget.sh.pdf : \ 
     544$(DIRTMP)/refdataget.sh.tex 
     545        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     546        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     547 
     548$(DIRTMP)/refdataget.sh.tex : \ 
     549$(DIRTMP)/refdataget.sh.rst 
     550        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     551        $< $@ 
     552 
     553$(DIRTMP)/refdataget.sh.rst : \ 
     554$(DIRSRC)/refdataget.sh 
     555        @extract_rst.sh -i $< -l sh -o $@ 
     556 
    339557$(DIRWWW)/manuals/html/many/$(PRODUCT)_startup.m.html : \ 
    340558$(DIRTMP)/$(PRODUCT)_startup.m.rst 
     
    348566$(DIRTMP)/$(PRODUCT)_startup.m.tex : \ 
    349567$(DIRTMP)/$(PRODUCT)_startup.m.rst 
    350         @rst2newlatex.py --input-encoding=ISO-8859-15 --strict \ 
     568        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
    351569        $< $@ 
    352570 
     
    354572$(DIRSRC)/$(PRODUCT)_startup.m 
    355573        @extract_rst.sh -i $< -l matlab -o $@ 
     574 
     575$(DIRWWW)/manuals/html/many/sauvegrads.m.html : \ 
     576$(DIRTMP)/sauvegrads.m.rst 
     577        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     578        $< $@ 
     579 
     580$(DIRWWW)/manuals/pdf/many/sauvegrads.m.pdf : \ 
     581$(DIRTMP)/sauvegrads.m.tex 
     582        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     583 
     584$(DIRTMP)/sauvegrads.m.tex : \ 
     585$(DIRTMP)/sauvegrads.m.rst 
     586        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     587        $< $@ 
     588 
     589$(DIRTMP)/sauvegrads.m.rst : \ 
     590$(DIRSRC)/sauvegrads.m 
     591        @extract_rst.sh -i $< -l matlab -o $@ 
     592 
     593$(DIRWWW)/manuals/html/many/cartemonde.m.html : \ 
     594$(DIRTMP)/cartemonde.m.rst 
     595        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     596        $< $@ 
     597 
     598$(DIRWWW)/manuals/pdf/many/cartemonde.m.pdf : \ 
     599$(DIRTMP)/cartemonde.m.tex 
     600        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     601 
     602$(DIRTMP)/cartemonde.m.tex : \ 
     603$(DIRTMP)/cartemonde.m.rst 
     604        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     605        $< $@ 
     606 
     607$(DIRTMP)/cartemonde.m.rst : \ 
     608$(DIRSRC)/cartemonde.m 
     609        @extract_rst.sh -i $< -l matlab -o $@ 
     610 
     611$(DIRWWW)/manuals/html/many/cartemonde1.m.html : \ 
     612$(DIRTMP)/cartemonde1.m.rst 
     613        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     614        $< $@ 
     615 
     616$(DIRWWW)/manuals/pdf/many/cartemonde1.m.pdf : \ 
     617$(DIRTMP)/cartemonde1.m.tex 
     618        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     619 
     620$(DIRTMP)/cartemonde1.m.tex : \ 
     621$(DIRTMP)/cartemonde1.m.rst 
     622        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     623        $< $@ 
     624 
     625$(DIRTMP)/cartemonde1.m.rst : \ 
     626$(DIRSRC)/cartemonde1.m 
     627        @extract_rst.sh -i $< -l matlab -o $@ 
     628$(DIRWWW)/manuals/html/many/palette.m.html : \ 
     629$(DIRTMP)/palette.m.rst 
     630        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     631        $< $@ 
     632 
     633$(DIRWWW)/manuals/pdf/many/palette.m.pdf : \ 
     634$(DIRTMP)/palette.m.tex 
     635        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     636 
     637$(DIRTMP)/palette.m.tex : \ 
     638$(DIRTMP)/palette.m.rst 
     639        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     640        $< $@ 
     641 
     642$(DIRTMP)/palette.m.rst : \ 
     643$(DIRSRC)/palette.m 
     644        @extract_rst.sh -i $< -l matlab -o $@ 
     645 
     646$(DIRWWW)/manuals/html/many/palettecomplet.m.html : \ 
     647$(DIRTMP)/palettecomplet.m.rst 
     648        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     649        $< $@ 
     650 
     651$(DIRWWW)/manuals/pdf/many/palettecomplet.m.pdf : \ 
     652$(DIRTMP)/palettecomplet.m.tex 
     653        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     654 
     655$(DIRTMP)/palettecomplet.m.tex : \ 
     656$(DIRTMP)/palettecomplet.m.rst 
     657        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     658        $< $@ 
     659 
     660$(DIRTMP)/palettecomplet.m.rst : \ 
     661$(DIRSRC)/palettecomplet.m 
     662        @extract_rst.sh -i $< -l matlab -o $@ 
     663 
     664$(DIRWWW)/manuals/html/many/palette1.m.html : \ 
     665$(DIRTMP)/palette1.m.rst 
     666        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     667        $< $@ 
     668 
     669$(DIRWWW)/manuals/pdf/many/palette1.m.pdf : \ 
     670$(DIRTMP)/palette1.m.tex 
     671        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     672 
     673$(DIRTMP)/palette1.m.tex : \ 
     674$(DIRTMP)/palette1.m.rst 
     675        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     676        $< $@ 
     677 
     678$(DIRTMP)/palette1.m.rst : \ 
     679$(DIRSRC)/palette1.m 
     680        @extract_rst.sh -i $< -l matlab -o $@ 
     681 
     682$(DIRWWW)/manuals/html/many/palette3.m.html : \ 
     683$(DIRTMP)/palette3.m.rst 
     684        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     685        $< $@ 
     686 
     687$(DIRWWW)/manuals/pdf/many/palette3.m.pdf : \ 
     688$(DIRTMP)/palette3.m.tex 
     689        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     690 
     691$(DIRTMP)/palette3.m.tex : \ 
     692$(DIRTMP)/palette3.m.rst 
     693        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     694        $< $@ 
     695 
     696$(DIRTMP)/palette3.m.rst : \ 
     697$(DIRSRC)/palette3.m 
     698        @extract_rst.sh -i $< -l matlab -o $@ 
     699 
     700$(DIRWWW)/manuals/html/many/palettejerome30.m.html : \ 
     701$(DIRTMP)/palettejerome30.m.rst 
     702        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     703        $< $@ 
     704 
     705$(DIRWWW)/manuals/pdf/many/palettejerome30.m.pdf : \ 
     706$(DIRTMP)/palettejerome30.m.tex 
     707        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     708 
     709$(DIRTMP)/palettejerome30.m.tex : \ 
     710$(DIRTMP)/palettejerome30.m.rst 
     711        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     712        $< $@ 
     713 
     714$(DIRTMP)/palettejerome30.m.rst : \ 
     715$(DIRSRC)/palettejerome30.m 
     716        @extract_rst.sh -i $< -l matlab -o $@ 
     717 
     718$(DIRWWW)/manuals/html/many/time_serie_ER_rossby_df.m.html : \ 
     719$(DIRTMP)/time_serie_ER_rossby_df.m.rst 
     720        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     721        $< $@ 
     722 
     723$(DIRWWW)/manuals/pdf/many/time_serie_ER_rossby_df.m.pdf : \ 
     724$(DIRTMP)/time_serie_ER_rossby_df.m.tex 
     725        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     726 
     727$(DIRTMP)/time_serie_ER_rossby_df.m.tex : \ 
     728$(DIRTMP)/time_serie_ER_rossby_df.m.rst 
     729        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     730        $< $@ 
     731 
     732$(DIRTMP)/time_serie_ER_rossby_df.m.rst : \ 
     733$(DIRSRC)/mode_sahelien/time_serie_ER_rossby_df.m 
     734        @extract_rst.sh -i $< -l matlab -o $@ 
     735 
     736$(DIRWWW)/manuals/html/many/time_serie_ER_rossby_df_complet.m.html : \ 
     737$(DIRTMP)/time_serie_ER_rossby_df_complet.m.rst 
     738        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     739        $< $@ 
     740 
     741$(DIRWWW)/manuals/pdf/many/time_serie_ER_rossby_df_complet.m.pdf : \ 
     742$(DIRTMP)/time_serie_ER_rossby_df_complet.m.tex 
     743        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     744 
     745$(DIRTMP)/time_serie_ER_rossby_df_complet.m.tex : \ 
     746$(DIRTMP)/time_serie_ER_rossby_df_complet.m.rst 
     747        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     748        $< $@ 
     749 
     750$(DIRTMP)/time_serie_ER_rossby_df_complet.m.rst : \ 
     751$(DIRSRC)/mode_sahelien/time_serie_ER_rossby_df_complet.m 
     752        @extract_rst.sh -i $< -l matlab -o $@ 
     753 
     754$(DIRWWW)/manuals/html/many/carte_eof_ER_jjas_df.m.html : \ 
     755$(DIRTMP)/carte_eof_ER_jjas_df.m.rst 
     756        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     757        $< $@ 
     758 
     759$(DIRWWW)/manuals/pdf/many/carte_eof_ER_jjas_df.m.pdf : \ 
     760$(DIRTMP)/carte_eof_ER_jjas_df.m.tex 
     761        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     762 
     763$(DIRTMP)/carte_eof_ER_jjas_df.m.tex : \ 
     764$(DIRTMP)/carte_eof_ER_jjas_df.m.rst 
     765        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     766        $< $@ 
     767 
     768$(DIRTMP)/carte_eof_ER_jjas_df.m.rst : \ 
     769$(DIRSRC)/mode_sahelien/carte_eof_ER_jjas_df.m 
     770        @extract_rst.sh -i $< -l matlab -o $@ 
     771 
     772$(DIRWWW)/manuals/html/many/olr_eof_jjas2006_rossby_df.m.html : \ 
     773$(DIRTMP)/olr_eof_jjas2006_rossby_df.m.rst 
     774        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     775        $< $@ 
     776 
     777$(DIRWWW)/manuals/pdf/many/olr_eof_jjas2006_rossby_df.m.pdf : \ 
     778$(DIRTMP)/olr_eof_jjas2006_rossby_df.m.tex 
     779        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     780 
     781$(DIRTMP)/olr_eof_jjas2006_rossby_df.m.tex : \ 
     782$(DIRTMP)/olr_eof_jjas2006_rossby_df.m.rst 
     783        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     784        $< $@ 
     785 
     786$(DIRTMP)/olr_eof_jjas2006_rossby_df.m.rst : \ 
     787$(DIRSRC)/mode_sahelien/olr_eof_jjas2006_rossby_df.m 
     788        @extract_rst.sh -i $< -l matlab -o $@ 
     789 
     790$(DIRWWW)/manuals/html/many/carte_eof234_jjas_df.m.html : \ 
     791$(DIRTMP)/carte_eof234_jjas_df.m.rst 
     792        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     793        $< $@ 
     794 
     795$(DIRWWW)/manuals/pdf/many/carte_eof234_jjas_df.m.pdf : \ 
     796$(DIRTMP)/carte_eof234_jjas_df.m.tex 
     797        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     798 
     799$(DIRTMP)/carte_eof234_jjas_df.m.tex : \ 
     800$(DIRTMP)/carte_eof234_jjas_df.m.rst 
     801        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     802        $< $@ 
     803 
     804$(DIRTMP)/carte_eof234_jjas_df.m.rst : \ 
     805$(DIRSRC)/mode_sahelien/carte_eof234_jjas_df.m 
     806        @extract_rst.sh -i $< -l matlab -o $@ 
     807 
     808$(DIRWWW)/manuals/html/many/reconstitution_ER_rossby_df.m.html : \ 
     809$(DIRTMP)/reconstitution_ER_rossby_df.m.rst 
     810        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     811        $< $@ 
     812 
     813$(DIRWWW)/manuals/pdf/many/reconstitution_ER_rossby_df.m.pdf : \ 
     814$(DIRTMP)/reconstitution_ER_rossby_df.m.tex 
     815        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     816 
     817$(DIRTMP)/reconstitution_ER_rossby_df.m.tex : \ 
     818$(DIRTMP)/reconstitution_ER_rossby_df.m.rst 
     819        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     820        $< $@ 
     821 
     822$(DIRTMP)/reconstitution_ER_rossby_df.m.rst : \ 
     823$(DIRSRC)/mode_sahelien/reconstitution_ER_rossby_df.m 
     824        @extract_rst.sh -i $< -l matlab -o $@ 
     825 
     826$(DIRWWW)/manuals/html/many/time_serie_histog_phase.m.html : \ 
     827$(DIRTMP)/time_serie_histog_phase.m.rst 
     828        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     829        $< $@ 
     830 
     831$(DIRWWW)/manuals/pdf/many/time_serie_histog_phase.m.pdf : \ 
     832$(DIRTMP)/time_serie_histog_phase.m.tex 
     833        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     834 
     835$(DIRTMP)/time_serie_histog_phase.m.tex : \ 
     836$(DIRTMP)/time_serie_histog_phase.m.rst 
     837        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     838        $< $@ 
     839 
     840$(DIRTMP)/time_serie_histog_phase.m.rst : \ 
     841$(DIRSRC)/mode_sahelien/time_serie_histog_phase.m 
     842        @extract_rst.sh -i $< -l matlab -o $@ 
     843 
     844$(DIRWWW)/manuals/html/many/time_serie_histog_phase_num.m.html : \ 
     845$(DIRTMP)/time_serie_histog_phase_num.m.rst 
     846        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     847        $< $@ 
     848 
     849$(DIRWWW)/manuals/pdf/many/time_serie_histog_phase_num.m.pdf : \ 
     850$(DIRTMP)/time_serie_histog_phase_num.m.tex 
     851        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     852 
     853$(DIRTMP)/time_serie_histog_phase_num.m.tex : \ 
     854$(DIRTMP)/time_serie_histog_phase_num.m.rst 
     855        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     856        $< $@ 
     857 
     858$(DIRTMP)/time_serie_histog_phase_num.m.rst : \ 
     859$(DIRSRC)/mode_sahelien/time_serie_histog_phase_num.m 
     860        @extract_rst.sh -i $< -l matlab -o $@ 
     861 
     862$(DIRWWW)/manuals/html/many/composite_olr_phase.m.html : \ 
     863$(DIRTMP)/composite_olr_phase.m.rst 
     864        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     865        $< $@ 
     866 
     867$(DIRWWW)/manuals/pdf/many/composite_olr_phase.m.pdf : \ 
     868$(DIRTMP)/composite_olr_phase.m.tex 
     869        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     870 
     871$(DIRTMP)/composite_olr_phase.m.tex : \ 
     872$(DIRTMP)/composite_olr_phase.m.rst 
     873        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     874        $< $@ 
     875 
     876$(DIRTMP)/composite_olr_phase.m.rst : \ 
     877$(DIRSRC)/mode_sahelien/composite_olr_phase.m 
     878        @extract_rst.sh -i $< -l matlab -o $@ 
     879 
     880$(DIRWWW)/manuals/html/many/composite_olr_phase_num.m.html : \ 
     881$(DIRTMP)/composite_olr_phase_num.m.rst 
     882        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     883        $< $@ 
     884 
     885$(DIRWWW)/manuals/pdf/many/composite_olr_phase_num.m.pdf : \ 
     886$(DIRTMP)/composite_olr_phase_num.m.tex 
     887        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     888 
     889$(DIRTMP)/composite_olr_phase_num.m.tex : \ 
     890$(DIRTMP)/composite_olr_phase_num.m.rst 
     891        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     892        $< $@ 
     893 
     894$(DIRTMP)/composite_olr_phase_num.m.rst : \ 
     895$(DIRSRC)/mode_sahelien/composite_olr_phase_num.m 
     896        @extract_rst.sh -i $< -l matlab -o $@ 
     897 
     898$(DIRWWW)/manuals/html/many/composite_olr_eof_df.m.html : \ 
     899$(DIRTMP)/composite_olr_eof_df.m.rst 
     900        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     901        $< $@ 
     902 
     903$(DIRWWW)/manuals/pdf/many/composite_olr_eof_df.m.pdf : \ 
     904$(DIRTMP)/composite_olr_eof_df.m.tex 
     905        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     906 
     907$(DIRTMP)/composite_olr_eof_df.m.tex : \ 
     908$(DIRTMP)/composite_olr_eof_df.m.rst 
     909        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     910        $< $@ 
     911 
     912$(DIRTMP)/composite_olr_eof_df.m.rst : \ 
     913$(DIRSRC)/mode_sahelien/composite_olr_eof_df.m 
     914        @extract_rst.sh -i $< -l matlab -o $@ 
     915 
     916$(DIRWWW)/manuals/html/many/time_serie_jjas_df.m.html : \ 
     917$(DIRTMP)/time_serie_jjas_df.m.rst 
     918        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     919        $< $@ 
     920 
     921$(DIRWWW)/manuals/pdf/many/time_serie_jjas_df.m.pdf : \ 
     922$(DIRTMP)/time_serie_jjas_df.m.tex 
     923        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     924 
     925$(DIRTMP)/time_serie_jjas_df.m.tex : \ 
     926$(DIRTMP)/time_serie_jjas_df.m.rst 
     927        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     928        $< $@ 
     929 
     930$(DIRTMP)/time_serie_jjas_df.m.rst : \ 
     931$(DIRSRC)/mode_sahelien/time_serie_jjas_df.m 
     932        @extract_rst.sh -i $< -l matlab -o $@ 
     933 
     934$(DIRWWW)/manuals/html/many/time_serie_eof_df.m.html : \ 
     935$(DIRTMP)/time_serie_eof_df.m.rst 
     936        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     937        $< $@ 
     938 
     939$(DIRWWW)/manuals/pdf/many/time_serie_eof_df.m.pdf : \ 
     940$(DIRTMP)/time_serie_eof_df.m.tex 
     941        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     942 
     943$(DIRTMP)/time_serie_eof_df.m.tex : \ 
     944$(DIRTMP)/time_serie_eof_df.m.rst 
     945        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     946        $< $@ 
     947 
     948$(DIRTMP)/time_serie_eof_df.m.rst : \ 
     949$(DIRSRC)/SIMULS_IRCAAM/time_serie_eof_df.m 
     950        @extract_rst.sh -i $< -l matlab -o $@ 
     951 
     952$(DIRWWW)/manuals/html/many/carte_eof_df.m.html : \ 
     953$(DIRTMP)/carte_eof_df.m.rst 
     954        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     955        $< $@ 
     956 
     957$(DIRWWW)/manuals/pdf/many/carte_eof_df.m.pdf : \ 
     958$(DIRTMP)/carte_eof_df.m.tex 
     959        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     960 
     961$(DIRTMP)/carte_eof_df.m.tex : \ 
     962$(DIRTMP)/carte_eof_df.m.rst 
     963        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     964        $< $@ 
     965 
     966$(DIRTMP)/carte_eof_df.m.rst : \ 
     967$(DIRSRC)/SIMULS_IRCAAM/carte_eof_df.m 
     968        @extract_rst.sh -i $< -l matlab -o $@ 
     969 
     970$(DIRWWW)/manuals/html/many/prepare_olr_filtre_simulation.m.html : \ 
     971$(DIRTMP)/prepare_olr_filtre_simulation.m.rst 
     972        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     973        $< $@ 
     974 
     975$(DIRWWW)/manuals/pdf/many/prepare_olr_filtre_simulation.m.pdf : \ 
     976$(DIRTMP)/prepare_olr_filtre_simulation.m.tex 
     977        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     978 
     979$(DIRTMP)/prepare_olr_filtre_simulation.m.tex : \ 
     980$(DIRTMP)/prepare_olr_filtre_simulation.m.rst 
     981        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     982        $< $@ 
     983 
     984$(DIRTMP)/prepare_olr_filtre_simulation.m.rst : \ 
     985$(DIRSRC)/SIMULS_IRCAAM/prepare_olr_filtre_simulation.m 
     986        @extract_rst.sh -i $< -l matlab -o $@ 
     987 
     988$(DIRWWW)/manuals/html/many/progfiltrage_simulation.F90.html : \ 
     989$(DIRTMP)/progfiltrage_simulation.F90.rst 
     990        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     991        $< $@ 
     992 
     993$(DIRWWW)/manuals/pdf/many/progfiltrage_simulation.F90.pdf : \ 
     994$(DIRTMP)/progfiltrage_simulation.F90.tex 
     995        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     996 
     997$(DIRTMP)/progfiltrage_simulation.F90.tex : \ 
     998$(DIRTMP)/progfiltrage_simulation.F90.rst 
     999        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     1000        $< $@ 
     1001 
     1002$(DIRTMP)/progfiltrage_simulation.F90.rst : \ 
     1003$(DIRSRC)/SIMULS_IRCAAM/progfiltrage_simulation.F90 
     1004        @extract_rst.sh -i $< -l fortran -o $@ 
     1005 
     1006$(DIRWWW)/manuals/html/many/forfilter.f.html : \ 
     1007$(DIRTMP)/forfilter.f.rst 
     1008        @rst2html.py --input-encoding=ISO-8859-15 --strict \ 
     1009        $< $@ 
     1010 
     1011$(DIRWWW)/manuals/pdf/many/forfilter.f.pdf : \ 
     1012$(DIRTMP)/forfilter.f.tex 
     1013        @-pdflatex -output-directory $(DIRWWW)/manuals/pdf/many/ $< 
     1014 
     1015$(DIRTMP)/forfilter.f.tex : \ 
     1016$(DIRTMP)/forfilter.f.rst 
     1017        @rst2latex.py $(RST2LATEX_OPTIONS_MANY) --input-encoding=ISO-8859-15 --strict \ 
     1018        $< $@ 
     1019 
     1020$(DIRTMP)/forfilter.f.rst : \ 
     1021$(DIRSRC)/forfilter.f 
     1022        @extract_rst.sh -i $< -l fortran -o $@ 
Note: See TracChangeset for help on using the changeset viewer.