From f4f2f2ccac75f5498924288adf814b54ee1e1c81 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 5 Sep 2018 11:25:24 +0200 Subject: build: fix not building docs w/o sphinx Can't build manpages without sphinx-build, oops... Signed-off-by: David Lamparter --- bfdd/subdir.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfdd') diff --git a/bfdd/subdir.am b/bfdd/subdir.am index 7447519b21..334e974b04 100644 --- a/bfdd/subdir.am +++ b/bfdd/subdir.am @@ -7,7 +7,7 @@ noinst_LIBRARIES += bfdd/libbfd.a sbin_PROGRAMS += bfdd/bfdd dist_examples_DATA += bfdd/bfdd.conf.sample vtysh_scan += $(top_srcdir)/bfdd/bfdd_vty.c -rstman8_DATA += $(MANBUILD)/bfdd.8 +man8 += $(MANBUILD)/bfdd.8 endif bfdd_libbfd_a_SOURCES = \ -- cgit v1.2.3