xml2nroff: Fix build breakage when srcdir differs from builddir.
authorBen Pfaff <blp@ovn.org>
Tue, 12 Jan 2016 18:37:48 +0000 (10:37 -0800)
committerBen Pfaff <blp@ovn.org>
Tue, 12 Jan 2016 18:55:00 +0000 (10:55 -0800)
commit8a988976fa1f0ac6ad0944e3e2df1cfcd4c2e801
tree5b77fcae3e41a4592de6872809c33a821cdf2b67
parent0d4af148a39899ebeea9b31362924a98d87a80d7
xml2nroff: Fix build breakage when srcdir differs from builddir.

When the source directory and build directory differ, xml2nroff needs
to pull include files from the source directory, but it was blindly
using the current working directory (the build directory) instead.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Fixes: 7ba0c32f610 ("ovn-nbctl: add db commands help and manpage")
Tested-by: Joe Stringer <joe@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
Makefile.am
build-aux/xml2nroff