view trunk/src/docgen/templates/default/latex/makefile.tpl @ 453:4e5b35df3060

Parsing bugfixes, cleaned up imports.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Thu, 25 Oct 2007 01:08:38 +0300
parents
children dbdc9fa5d479
line wrap: on
line source

#!/bin/sh

for i in *.dot; do
  F=`echo $i|sed 's/dot/ps/'`
  dot $i -Tps2 -o$F
  ps2pdf $F
done

pdflatex document.tex
pdflatex document.tex