Changeset 199


Ignore:
Timestamp:
01/20/10 11:42:36 (14 years ago)
Author:
pinsard
Message:

add tool to build document on domain boxes

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

Legend:

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

    r198 r199  
    3030# 
    3131# $Id$ 
     32# 
     33# - fplod 20100120T101107Z aedon.locean-ipsl.upmc.fr (Darwin) 
     34# 
     35#   * add showdomainboxes 
    3236# 
    3337# - fplod 20100120T085428Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    101105$(DIRWWW)/whatsnew.html \ 
    102106$(DIRWWW)/How_to_use_post_it.html \ 
    103 $(DIRWWW)/showpalettes.html 
     107$(DIRWWW)/showpalettes.html \ 
     108$(DIRWWW)/showdomainboxes.html 
    104109 
    105110tracwiki : \ 
     
    334339$(DIRTMP)/showpalettes.xml : \ 
    335340$(DIRSRC)/showpalettes.sh 
    336         $(DIRSRC)/showpalettes.sh \ 
     341        @$(DIRSRC)/showpalettes.sh \ 
    337342        -i $(DIRSRC)/../../../ \ 
    338343        -idl_dir /usr/local_linux/idl/idl_6.4/idl/ \ 
    339344        -o $(DIRTMP) \ 
    340345        -t $(DIRTMP) 
     346 
     347$(DIRWWW)/showdomainboxes.html : \ 
     348$(DIRTMP)/showdomainboxes_full.xml \ 
     349$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_html.xsl \ 
     350$(SAXO_DIR)/SRC/Documentation/xmldoc/style.css \ 
     351$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo.css 
     352        @xsltproc \ 
     353        --param html.stylesheet "'style.css saxo.css'" \ 
     354        --param css.decoration 1 \ 
     355        --param link.mailto.url "'mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr'" \ 
     356        --param section.autolabel 1 \ 
     357        --output $@ \ 
     358        $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_html.xsl \ 
     359        $< 
     360 
     361$(DIRTMP)/showdomainboxes_full.xml : \ 
     362$(DIRTMP)/showdomainboxes.xml 
     363        @xmllint \ 
     364        --xinclude \ 
     365        --encode utf-8 \ 
     366        --noent \ 
     367        --output $@ \ 
     368        $< 
     369 
     370$(DIRTMP)/showdomainboxes.xml : \ 
     371$(DIRSRC)/showdomainboxes.sh \ 
     372$(DIRSRC)/../../../config/domain_boxes.def 
     373        @$(DIRSRC)/showdomainboxes.sh \ 
     374        -i $(DIRSRC)/../../../ \ 
     375        -idl_dir /usr/local_linux/idl/idl_6.4/idl/ \ 
     376        -o $(DIRTMP) \ 
     377        -t $(DIRTMP) 
Note: See TracChangeset for help on using the changeset viewer.