Enkidatron / canviz

Automatically exported from code.google.com/p/canviz
0 stars 0 forks source link

Rewrite generate.sh as a Makefile #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The generate.sh script which renders the Graphviz sample graphs into xdot 
format for each layout 
algorithm should be rewritten as a Makefile, so that it can be run with "make 
examples". The 
motivation is to allow multiple graphs to be generated in parallel using the 
"-j" make option (e.g. 
"make -j 2 examples").

Original issue reported on code.google.com by ryandesi...@gmail.com on 21 Sep 2008 at 6:20

GoogleCodeExporter commented 9 years ago

Original comment by ryandesi...@gmail.com on 14 Oct 2008 at 1:37

GoogleCodeExporter commented 9 years ago
Done in r117 along with some work for issue #10 which it was convenient to do 
at the same time.

Original comment by ryandesi...@gmail.com on 14 Oct 2008 at 5:59