From: David Lamparter Date: Wed, 15 Jan 2020 11:22:26 +0000 (+0100) Subject: ospfclient: don't install man page X-Git-Tag: frr-7.2.1~5^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=c44fc929c1dab3e5061bebca3f2a26fec92b737c;p=matthieu%2Ffrr.git ospfclient: don't install man page ... we're not installing ospfclient (it's a demo/example program), so installing the man page is quite useless. Signed-off-by: David Lamparter --- diff --git a/ospfclient/subdir.am b/ospfclient/subdir.am index af07e983ea..756ad88f15 100644 --- a/ospfclient/subdir.am +++ b/ospfclient/subdir.am @@ -5,7 +5,7 @@ if OSPFCLIENT lib_LTLIBRARIES += ospfclient/libfrrospfapiclient.la noinst_PROGRAMS += ospfclient/ospfclient -man8 += $(MANBUILD)/frr-ospfclient.8 +#man8 += $(MANBUILD)/frr-ospfclient.8 endif ospfclient_libfrrospfapiclient_la_LDFLAGS = -version-info 0:0:0