Changeset 53


Ignore:
Timestamp:
04/18/08 13:06:25 (16 years ago)
Author:
pinsard
Message:

usage of ploticus instead of gnuplot for plot

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/linkchecker.sh

    r50 r53  
    1 #! /bin/sh 
     1#! /bin/sh -x 
    22# 
    33# module : 
  • trunk/makefile

    r50 r53  
    44# update : 
    55# $Id$ 
     6# fplod 2008-04-18T10:24:13Z aedon.locean-ipsl.upmc.fr (Darwin) 
     7# add year_ploticus.xsl (replacing years_gnuplot.xsl) 
    68# fplod 2007-11-22T09:57:16Z aedon.locean-ipsl.upmc.fr (Darwin) 
    79# replace --output parameter by --stringparam base.dir  
     
    128130 
    129131before : 
    130         ./before.sh -p $(PRODUCT) -s $(DIRSRC) -w $(DIRWWW) -multi -l en -m 2 
     132        @./before.sh -p $(PRODUCT) -s $(DIRSRC) -w $(DIRWWW) -multi -l en -m 2 
    131133 
    132134install : 
    133         ./install.sh -w $(DIRWWW) -p $(DIRPUBLISH) 
     135        @./install.sh -w $(DIRWWW) -p $(DIRPUBLISH) 
    134136clean : 
    135137        -@rm -fr $(DIRWWW)/ 
     
    144146        -@rm -f $(DIRTMP)/$(PRODUCT)01_tidy_err 
    145147        -@rm -f $(DIRTMP)/years_gnuplot.gnu 
     148        -@rm -f $(DIRTMP)/years.ploticus 
    146149        -@rm -f $(DIRTMP)/$(PRODUCT)02.xml 
    147150        -@rm -f $(DIRTMP)/$(PRODUCT)02_beforetidy.html 
     
    337340 
    338341$(DIRWWW)/images/years.png : \ 
    339 $(DIRTMP)/years_gnuplot.gnu      
    340         @gnuplot $(DIRTMP)/years_gnuplot.gnu 
    341  
    342 $(DIRTMP)/years_gnuplot.gnu : \ 
    343 $(DIRSRC)/years_gnuplot.xsl \ 
     342$(DIRTMP)/years.ploticus 
     343        @ploticus -o $@ png $(DIRTMP)/years.ploticus 
     344 
     345$(DIRTMP)/years.ploticus : \ 
     346$(DIRSRC)/years_ploticus.xsl \ 
    344347$(DIRSRC)/biblio.xml 
    345348        @xsltproc \ 
    346349        --output $@ \ 
    347350        --param makedate "'$(MAKEDATE)'" \ 
    348         --param path "'$(DIRWWW)/images/'" \ 
    349         $(DIRSRC)/years_gnuplot.xsl \ 
     351        $(DIRSRC)/years_ploticus.xsl \ 
    350352        $(DIRSRC)/biblio.xml 
    351353 
     
    547549$(DIRSRC)/form_db.xsl 
    548550 
    549 $(DIRSRC)/years_gnuplot.xsl : \ 
     551$(DIRSRC)/years_ploticus.xsl : \ 
    550552$(DIRSRC)/biblioentry_xml.xsl 
    551553 
Note: See TracChangeset for help on using the changeset viewer.