Ignore:
Timestamp:
04/20/10 15:14:28 (14 years ago)
Author:
pinsard
Message:

add design target for documents productions

File:
1 edited

Legend:

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

    r416 r431  
    1616# $Id$ 
    1717# 
    18 # - fplod 20091118T112140Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1918#  
     19# - fplod 20100420T122154Z aedon.locean-ipsl.upmc.fr (Darwin) 
     20# 
     21#   * add design target 
     22# 
    2023# - fplod 20091118T111913Z aedon.locean-ipsl.upmc.fr (Darwin) 
    2124# 
     
    5558./ 
    5659 
     60DIRDESIGN = \ 
     61./design/ 
     62 
    5763DIRWWW = \ 
    5864./ 
     
    6470all \ 
    6571clean \ 
     72design \ 
    6673dbkcheck \ 
    6774help \ 
     
    8491        -@rm -f $(DIRTMP)/getsaxo_sed.xml 
    8592        -@rm -f $(DIRTMP)/firststeps_sed.xml 
     93 
     94design : \ 
     95$(DIRDESIGN)/images/$(PRODUCT)_fulldependencies.png \ 
     96$(DIRDESIGN)/images/$(PRODUCT)_fulldependencies.svg 
    8697 
    8798dbkcheck : 
     
    484495        --output $@ \ 
    485496        $< 
     497$(DIRDESIGN)/images/%.png : $(DIRDESIGN)/images/%.svg 
     498        @convert $< $@ 
     499 
     500$(DIRDESIGN)/images/%.svg : $(DIRDESIGN)/%.dot 
     501        @dot -Tsvg -o $@ $< 
     502 
     503$(DIRDESIGN)/$(PRODUCT)_fulldependencies.dot : \ 
     504./makefile 
     505        @makeppgraph --graphviz --output=$@ 
     506 
Note: See TracChangeset for help on using the changeset viewer.