diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2018-09-05 11:25:24 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2018-09-09 20:01:08 +0200 |
commit | f4f2f2ccac75f5498924288adf814b54ee1e1c81 (patch) | |
tree | 7f23fce01fb6bbb509cb6f1e9ae4de683bab75a4 /nhrpd/subdir.am | |
parent | Merge pull request #2862 from opensourcerouting/non-recursive (diff) | |
download | frr-f4f2f2ccac75f5498924288adf814b54ee1e1c81.tar.xz frr-f4f2f2ccac75f5498924288adf814b54ee1e1c81.zip |
build: fix not building docs w/o sphinx
Can't build manpages without sphinx-build, oops...
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'nhrpd/subdir.am')
-rw-r--r-- | nhrpd/subdir.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/subdir.am b/nhrpd/subdir.am index f7575971e..758c22e2b 100644 --- a/nhrpd/subdir.am +++ b/nhrpd/subdir.am @@ -5,7 +5,7 @@ if NHRPD sbin_PROGRAMS += nhrpd/nhrpd vtysh_scan += $(top_srcdir)/nhrpd/nhrp_vty.c -rstman8_DATA += $(MANBUILD)/nhrpd.8 +man8 += $(MANBUILD)/nhrpd.8 endif nhrpd_nhrpd_LDADD = lib/libfrr.la @LIBCAP@ @CARES_LIBS@ |