view trunk/src/docgen/templates/default/html/makefile.tpl @ 468:7f7b2232a9eb

Fixes for the html generation.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Wed, 31 Oct 2007 20:15:16 +0200
parents db7e27b5c180
children
line wrap: on
line source

#!/bin/sh

for i in *.dot; do
  F=`echo $i|sed 's/dot/{0}/'`
  dot $i -T{0} -o$F
done