diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 4ba8f814..f58657b9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -75,6 +75,10 @@ if OSPF6D man_MANS += ospf6d.8 endif +if OSPFCLIENT +man_MANS += ospfclient.8 +endif + if OSPFD man_MANS += ospfd.8 endif @@ -91,13 +95,17 @@ if VTYSH man_MANS += vtysh.1 endif +if WATCHQUAGGA +man_MANS += watchquagga.8 +endif + if ZEBRA man_MANS += zebra.8 endif EXTRA_DIST = BGP-TypeCode draft-zebra-00.ms draft-zebra-00.txt \ - bgpd.8 isisd.8 ospf6d.8 ospfd.8 ripd.8 \ - ripngd.8 vtysh.1 zebra.8 \ + bgpd.8 isisd.8 ospf6d.8 ospfclient.8 ospfd.8 ripd.8 \ + ripngd.8 vtysh.1 watchquagga.8 zebra.8 \ mpls/ChangeLog.opaque.txt mpls/cli_summary.txt \ mpls/opaque_lsa.txt mpls/ospfd.conf \ $(figures_sources) $(figures_png) $(figures_txt) |