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 --- ospfclient/subdir.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospfclient/subdir.am') diff --git a/ospfclient/subdir.am b/ospfclient/subdir.am index d880f9fc7..df7d85a1f 100644 --- a/ospfclient/subdir.am +++ b/ospfclient/subdir.am @@ -5,7 +5,7 @@ if OSPFCLIENT lib_LTLIBRARIES += ospfclient/libfrrospfapiclient.la sbin_PROGRAMS += ospfclient/ospfclient -rstman8_DATA += $(MANBUILD)/ospfclient.8 +man8 += $(MANBUILD)/ospfclient.8 endif ospfclient_libfrrospfapiclient_la_LDFLAGS = -version-info 0:0:0 -- cgit v1.2.3