* wrap/python/cgi/ltl2tgba.in (render_dot): Render .png directly

with dot, without using convert.
* wrap/python/cgi/README: Do not mention convert.
This commit is contained in:
Alexandre Duret-Lutz 2004-02-02 20:17:05 +00:00
parent 47489236dc
commit 550e7acdb2
3 changed files with 7 additions and 6 deletions

View file

@ -40,5 +40,4 @@ You have to install the script yourself if you want to test it.
ltl2tgba purges old files (>10min) from this directory
each time it runs.
4) `dot' from the GraphViz package, and `convert' from
the ImageMagick package should be in the PATH.
4) `dot', from the GraphViz package, should be in the PATH.