ovsdb-doc: Add ovsdb-doc to distribution tar ball.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 31 Jul 2013 16:24:46 +0000 (09:24 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 31 Jul 2013 17:33:44 +0000 (10:33 -0700)
commit54c18b66f669a243d43625ec39b2ddc55a28a056
tree1a225bd4f0a918659afa07de90a38900678b0cd4
parent6ba7f5cccd68b2f014c5a6b71cbc39e045a3d14d
ovsdb-doc: Add ovsdb-doc to distribution tar ball.

Certain platforms like xenserver do not have the latest
python libraries that are needed by ovsdb-doc (which in-turn
creates ovs-vswitchd.conf.db.5). When we run 'make dist' and
copy over the tar ball to xenserver ddk environemt, we
already include ovs-vswitchd.conf.db.5. But the absence of
ovsdb-doc results in an attempt to regenerate ovs-vswitchd.conf.db.5
and that fails because of the missing python libraries.

Instead of producing ovsdb-doc from ovsdb-doc.in dynamically, we
statically provide ovsdb-doc and pass on the version information
to it through the command line option --version.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ovsdb/automake.mk
ovsdb/ovsdb-doc [moved from ovsdb/ovsdb-doc.in with 95% similarity]
vswitchd/automake.mk