ovsdb-doc: generate vswitch.[pic|gv] files only if dot tool is available
authorAnsis Atteka <aatteka@nicira.com>
Fri, 11 Oct 2013 20:17:07 +0000 (13:17 -0700)
committerAnsis Atteka <aatteka@nicira.com>
Thu, 17 Oct 2013 21:33:14 +0000 (14:33 -0700)
commita5ae88ff8a276e86c842ac102145432662bf711a
treec43b644a5560278e81772ecb9eff8ac57dcf1879
parente45e72f1de0e50c4f11e9a2351f5135c002dcce3
ovsdb-doc: generate vswitch.[pic|gv] files only if dot tool is available

These are auto-generated files, so it would be better not to keep them
inside Open vSwitch repository.

Behaviour before this patch was that if dot tool was not present on
the system, then ovs-vswitchd.conf.db.5 would have used pre-generated
vswitch.pic file that was already checked in the git repository. After
this patch ovs-vswitchd.conf.db.5 will simply not have a dot diagram,
if dot was not present at the time when Open vSwitch was built.

Signed-off-by: Ansis Atteka <aatteka@nicira.com>
INSTALL
INSTALL.RHEL
NEWS
debian/control
debian/openvswitch-switch.manpages
vswitchd/.gitignore
vswitchd/automake.mk
vswitchd/vswitch.gv [deleted file]
vswitchd/vswitch.pic [deleted file]