docs: Implement our own dot->pic translator.
authorBen Pfaff <blp@nicira.com>
Wed, 3 Nov 2010 17:01:38 +0000 (10:01 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 5 Nov 2010 17:20:02 +0000 (10:20 -0700)
commitfca64c1292812ebea45433b104b9549a02ea268d
tree0ef3eb1bcbc9272b6a7685b2395159f72e7635b4
parenta5eef57e2c43a427b901baa6f0b79d00d2c222d3
docs: Implement our own dot->pic translator.

Recent versions of Graphviz no longer support output to PIC format, so this
commit adds our own internal translator from dot's "plain" output format
to PIC format.  The "plain" format works best with slightly different
"dot" input (advised by the Graphviz manual description of the "plain"
format) so this commit also adjusts ovsdb-dot's output.
ovsdb/dot2pic [new file with mode: 0755]
ovsdb/ovsdb-dot.in
vswitchd/automake.mk