From 448c5c91c518b52c13ca4944f23d8f2504320631 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 11 Nov 2011 15:10:55 -0800 Subject: [PATCH] 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 Tested-by: Ansis Atteka --- vswitchd/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index 1df5dff79..626b27250 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -82,7 +82,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) \ -- 2.47.0