diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trunk/src/docgen/templates/default/html/makefile.tpl	Wed Oct 31 15:17:20 2007 +0200
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+for i in *.dot; do
+  F=`echo $i|sed 's/dot/png/'`
+  dot $i -Tpng -o$F
+done
+