Changeset 2075


Ignore:
Timestamp:
09/02/09 08:32:12 (15 years ago)
Author:
Mathieu Morlighem
Message:

Added patch to m2html to generate dependency graph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/m2html/m2html.m.patch

    r74 r2075  
    1818---
    1919>       d = {d{~ismember(d,{'.' '..' 'CVS' '.svn'})}};
     20690c704
     21<                       eval(['!' dot_exec ' -Tcmap -Tpng ' mdotfile ...
     22---
     23>                       eval(['!' dot_exec ' -Tcmap -Tgif ' mdotfile ...
     24692c706
     25<                               ' -o ' fullfile(options.htmlDir,mdir{i},[dotbase '.png'])])
     26---
     27>                               ' -o ' fullfile(options.htmlDir,mdir{i},[dotbase '.gif'])])
     28703c717
     29<               tpl = set(tpl,'var','GRAPH_IMG',  [dotbase '.png']);
     30---
     31>               tpl = set(tpl,'var','GRAPH_IMG',  [dotbase '.gif']);
    20321035c1049
    2133<                               d = {d{~ismember(d,{'.' '..'})}};
Note: See TracChangeset for help on using the changeset viewer.