Changeset 201 for trunk/SRC


Ignore:
Timestamp:
01/21/10 12:32:37 (14 years ago)
Author:
pinsard
Message:

reconduction of mklod/DOC-POST-IT/post-it_detail_routines.odt

Location:
trunk/SRC/Documentation/xmldoc
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/makefile

    r200 r201  
    2626# permanent ! 
    2727# 
     28# produce images for how_* 
     29# 
    2830# EVOLUTIONS 
    2931# ========== 
    3032# 
    3133# $Id$ 
     34# 
     35# - fplod 20100121T094510Z aedon.locean-ipsl.upmc.fr (Darwin) 
     36# 
     37#   * add how_work_post_it 
    3238# 
    3339# - fplod 20100120T112445Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    109115$(DIRWWW)/whatsnew.html \ 
    110116$(DIRWWW)/How_to_use_post_it.html \ 
     117$(DIRWWW)/how_work_post_it.html \ 
    111118$(DIRWWW)/showpalettes.html \ 
    112119$(DIRWWW)/showdomainboxes.html \ 
     
    312319$(DIRSRC)/figgif/2L24_SST-SPECTRUM_T_NINO_3_1marobaset412_100y.gif \ 
    313320$(DIRSRC)/figgif/NCEP_PRECIP_TROP_58y.gif 
     321        @xmllint \ 
     322        --xinclude \ 
     323        --encode utf-8 \ 
     324        --noent \ 
     325        --output $@ \ 
     326        $< 
     327 
     328$(DIRWWW)/how_work_post_it.html : \ 
     329$(DIRTMP)/how_work_post_it_full.xml \ 
     330$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_html.xsl \ 
     331$(SAXO_DIR)/SRC/Documentation/xmldoc/style.css \ 
     332$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo.css 
     333        @xsltproc \ 
     334        --param html.stylesheet "'style.css saxo.css'" \ 
     335        --param css.decoration 1 \ 
     336        --param link.mailto.url "'mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr'" \ 
     337        --param section.autolabel 1 \ 
     338        --output $@ \ 
     339        $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_html.xsl \ 
     340        $< 
     341 
     342$(DIRTMP)/how_work_post_it_full.xml : \ 
     343$(DIRSRC)/how_work_post_it.xml 
    314344        @xmllint \ 
    315345        --xinclude \ 
Note: See TracChangeset for help on using the changeset viewer.