From 5ba4d476ddbeeea295b2fefb0564c5f97f34083e Mon Sep 17 00:00:00 2001 From: rbt Date: Sun, 1 May 2005 05:32:48 +0000 Subject: [PATCH] Template for the Neato and Twopi tools (part of GraphViz) submitted by Tony Wasson. --- Makefile | 4 ++-- neato.tmpl | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 neato.tmpl diff --git a/Makefile b/Makefile index 7047ba8..a937817 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# $Header: /cvsroot/autodoc/autodoc/Makefile,v 1.1 2004/05/12 16:00:34 rbt Exp $ +# $Header: /cvsroot/autodoc/autodoc/Makefile,v 1.2 2005/05/01 05:32:48 rbt Exp $ -TEMPLATES = dia.tmpl dot.tmpl html.tmpl xml.tmpl zigzag.dia.tmpl +TEMPLATES = dia.tmpl dot.tmpl html.tmpl neato.tmpl xml.tmpl zigzag.dia.tmpl BINARY = postgresql_autodoc CONFIGFILE = config.mk diff --git a/neato.tmpl b/neato.tmpl new file mode 100644 index 0000000..b21e067 --- /dev/null +++ b/neato.tmpl @@ -0,0 +1,22 @@ +digraph g { +node [ fontsize = "10", shape = record ]; +edge []; + +"." [shape = record, label = "{ \N| : \l}" ]; + + +"." -> "." [label=""]; +} + + -- 2.50.0