vtep: Don't try to both distribute and distclean the manpage.
authorBen Pfaff <blp@nicira.com>
Wed, 28 May 2014 17:36:23 +0000 (10:36 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 28 May 2014 22:22:14 +0000 (15:22 -0700)
commit2e388fa1c0ef59513d2ee2f180804be66228c1e0
tree39cb569389b28e242a82c45805376a874237315f
parentf439f23b8f2d57ce5bb75f4e43f55eeb74755bc8
vtep: Don't try to both distribute and distclean the manpage.

Since the initial checkin of the vtep code, the manpage has been both
distributed and distcleaned.  That's contradictory.  This commit fixes it.

This commit also moves the vtep manpage from the source directory to the
build directory.  There's no real reason for the manpage to be in the
source directory, and it can't be if it's not distributed (because "make"
is not supposed to update the source directory in a freshly untarred
source distribution, and doing so breaks "make distcheck").

Found by "make distcheck".

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
vtep/automake.mk