[ovs-dev] [manpages 3/5] tests: Fix noinst_man_MANS.
Ben Pfaff
blp at nicira.com
Thu Aug 25 12:34:55 PDT 2011
The manpage name is test-openflowd.8, not ovs-openflowd.8.
This should have caused build errors, I don't know why it didn't.
---
tests/automake.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/automake.mk b/tests/automake.mk
index a9bb086..569457f 100644
--- a/tests/automake.mk
+++ b/tests/automake.mk
@@ -244,7 +244,7 @@ tests_test_multipath_LDADD = lib/libopenvswitch.a
noinst_PROGRAMS += tests/test-openflowd
MAN_ROOTS += tests/test-openflowd.8.in
DISTCLEANFILES += tests/test-openflowd.8
-noinst_man_MANS += tests/ovs-openflowd.8
+noinst_man_MANS += tests/test-openflowd.8
tests_test_openflowd_SOURCES = tests/test-openflowd.c
tests_test_openflowd_LDADD = \
ofproto/libofproto.a \
--
1.7.4.4
More information about the dev
mailing list