diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-09-09 14:52:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-09 14:52:38 -0400 |
| commit | eac04cfd59d1bca0b5a35e045fe63c88174d5cb6 (patch) | |
| tree | 6149f91bb84656deba45fc897506efa02df0aa18 /nhrpd | |
| parent | 5381b930b38edbf6797ae058593546b718133cb1 (diff) | |
| parent | a214288c507a79ff52760c56173234f216acdb00 (diff) | |
Merge pull request #2977 from opensourcerouting/doc-fix
build: fix not building docs w/o sphinx
Diffstat (limited to 'nhrpd')
| -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 f7575971e9..758c22e2be 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@ |
