aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-11-11 15:10:55 -0800
committerBen Pfaff <blp@nicira.com>2011-11-11 15:10:55 -0800
commit0c41f08fbe2c56a18bd9218f87e383b6b2651101 (patch)
treefe2aa173c8cb41b9eda328aa3d763ddacb60e0a4 /vswitchd
parent68c59d15971e0255e1114996ebc8065b7632a5bd (diff)
docs: Always build ovs-vswitchd.conf.db.5 in srcdir.
Otherwise we build it in the build directory by default, which breaks the Debian package build (unless we're working from a "make dist" created tarball since that has ovs-vswitchd.conf.db.5 in the srcdir as part of the distribution). Reported-by: Ansis Atteka <aatteka@nicira.com> Tested-by: Ansis Atteka <aatteka@nicira.com>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/automake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk
index 804cf58b..8319c939 100644
--- a/vswitchd/automake.mk
+++ b/vswitchd/automake.mk
@@ -81,7 +81,7 @@ EXTRA_DIST += vswitchd/vswitch.gv vswitchd/vswitch.pic
# vswitch schema documentation
EXTRA_DIST += vswitchd/vswitch.xml
dist_man_MANS += vswitchd/ovs-vswitchd.conf.db.5
-vswitchd/ovs-vswitchd.conf.db.5: \
+$(srcdir)/vswitchd/ovs-vswitchd.conf.db.5: \
ovsdb/ovsdb-doc.in vswitchd/vswitch.xml vswitchd/vswitch.ovsschema \
$(srcdir)/vswitchd/vswitch.pic
$(OVSDB_DOC) \