From: ellson Date: Wed, 7 Jun 2006 19:34:09 +0000 (+0000) Subject: -fix bug that only showed up when center=true (switch.dot) X-Git-Tag: LAST_LIBGRAPH~32^2~6478 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8f137779360dd627d2d607c6e6b1f04001bae94;p=graphviz -fix bug that only showed up when center=true (switch.dot) -use more regular file extents on test outputs so as not to confuse nautilus which apparently hasn't heard of file magick --- diff --git a/graphs/directed/Makefile.am b/graphs/directed/Makefile.am index 748a4a54f..a31ea90af 100644 --- a/graphs/directed/Makefile.am +++ b/graphs/directed/Makefile.am @@ -136,7 +136,7 @@ png: png_cg: for i in $(GRAPHS); do echo "dot $$i"; \ - $(top_builddir)/cmd/dot/dot -Tpng:cg -o$$i.png_cg $(top_srcdir)/graphs/directed/$$i; done + $(top_builddir)/cmd/dot/dot -Tpng:cg -o$$i.cg.png $(top_srcdir)/graphs/directed/$$i; done ps: for i in $(GRAPHS); do echo "dot $$i"; \ @@ -144,11 +144,11 @@ ps: ps_gd: for i in $(GRAPHS); do echo "dot $$i"; \ - $(top_builddir)/cmd/dot/dot -Tps:gd -o$$i.ps $(top_srcdir)/graphs/directed/$$i; done + $(top_builddir)/cmd/dot/dot -Tps:gd -o$$i.gd.ps $(top_srcdir)/graphs/directed/$$i; done -ps_cairo: +ps_pango: for i in $(GRAPHS); do echo "dot $$i"; \ - $(top_builddir)/cmd/dot/dot -Tps:cairo -o$$i.ps $(top_srcdir)/graphs/directed/$$i; done + $(top_builddir)/cmd/dot/dot -Tps:pango -o$$i.pango.ps $(top_srcdir)/graphs/directed/$$i; done ps2: for i in $(GRAPHS); do echo "dot $$i"; \