view trunk/src/docgen/templates/default/html/makefile.tpl @ 466:db7e27b5c180

Fixed parts of HTML output, some reorganizing.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Wed, 31 Oct 2007 15:17:20 +0200
parents
children 7f7b2232a9eb
line wrap: on
line source

#!/bin/sh

for i in *.dot; do
  F=`echo $i|sed 's/dot/png/'`
  dot $i -Tpng -o$F
done