diff src/docgen/templates/default/html/makefile.tpl @ 806:bcb74c9b895c

Moved out files in the trunk folder to the root.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 09 Mar 2008 00:12:19 +0100
parents trunk/src/docgen/templates/default/html/makefile.tpl@7f7b2232a9eb
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/docgen/templates/default/html/makefile.tpl	Sun Mar 09 00:12:19 2008 +0100
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+for i in *.dot; do
+  F=`echo $i|sed 's/dot/{0}/'`
+  dot $i -T{0} -o$F
+done
+