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 /ospfd/subdir.am | |
| parent | 55e6c1329f78d5c672a58ff1fad86d7711a649c3 (diff) | |
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 'ospfd/subdir.am')
| -rw-r--r-- | ospfd/subdir.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/subdir.am b/ospfd/subdir.am index 2b42b5230b..83074b5ac0 100644 --- a/ospfd/subdir.am +++ b/ospfd/subdir.am @@ -19,7 +19,7 @@ vtysh_scan += \  if SNMP  module_LTLIBRARIES += ospfd/ospfd_snmp.la  endif -rstman8_DATA += $(MANBUILD)/ospfd.8 +man8 += $(MANBUILD)/ospfd.8  endif  ospfd_libfrrospf_a_SOURCES = \  | 
