comparison src/docgen/templates/default/latex/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/latex/makefile.tpl@7f7b2232a9eb
children
comparison
equal deleted inserted replaced
805:a3fab8b74a7d 806:bcb74c9b895c
1 #!/bin/sh
2
3 for i in *.dot; do
4 F=`echo $i|sed 's/dot/{1}/'`
5 dot $i -T{1} -o$F
6 done
7
8 pdflatex {0}
9 makeindex document
10 pdflatex {0}