view trunk/src/docgen/templates/default/plaintext/makefile.tpl @ 470:e48a011e687a

Initial plain text output support.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Wed, 31 Oct 2007 23:03:56 +0200
parents
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