diff options
| author | David Lamparter <equinox@diac24.net> | 2018-08-18 06:05:07 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2018-09-08 21:30:19 +0200 | 
| commit | 74dc19a2f5f72865b5f7da86453b881ae161e857 (patch) | |
| tree | 9de4b34240e8106f48b56f6c11146653612ea20c /doc/manpages | |
| parent | aad24c5ba61c7219bad009d849ad84e7f057813f (diff) | |
build: move vtysh & manpage listings to subdir.am
Since we're now building through one large Makefile, we can easily put
things with their daemons and crossreference nicely.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'doc/manpages')
| -rw-r--r-- | doc/manpages/subdir.am | 73 | 
1 files changed, 0 insertions, 73 deletions
diff --git a/doc/manpages/subdir.am b/doc/manpages/subdir.am index 20efd523fc..0ce9161db6 100644 --- a/doc/manpages/subdir.am +++ b/doc/manpages/subdir.am @@ -49,79 +49,6 @@ rstman8_DATA =  rstman1_DATA += $(MANBUILD)/frr.1 -if PIMD -rstman8_DATA += $(MANBUILD)/pimd.8 -rstman8_DATA += $(MANBUILD)/mtracebis.8 -endif - -if PBRD -rstman8_DATA += $(MANBUILD)/pbrd.8 -endif - -if BGPD -rstman8_DATA += $(MANBUILD)/bgpd.8 -endif - -if ISISD -rstman8_DATA += $(MANBUILD)/isisd.8 -endif - -if OSPF6D -rstman8_DATA += $(MANBUILD)/ospf6d.8 -endif - -if OSPFCLIENT -rstman8_DATA += $(MANBUILD)/ospfclient.8 -endif - -if OSPFD -rstman8_DATA += $(MANBUILD)/ospfd.8 -endif - -if LDPD -rstman8_DATA += $(MANBUILD)/ldpd.8 -endif - -if RIPD -rstman8_DATA += $(MANBUILD)/ripd.8 -endif - -if RIPNGD -rstman8_DATA += $(MANBUILD)/ripngd.8 -endif - -if NHRPD -rstman8_DATA += $(MANBUILD)/nhrpd.8 -endif - -if VTYSH -rstman1_DATA += $(MANBUILD)/vtysh.1 -endif - -if WATCHFRR -rstman8_DATA += $(MANBUILD)/watchfrr.8 -endif - -if ZEBRA -rstman8_DATA += $(MANBUILD)/zebra.8 -endif - -if EIGRPD -rstman8_DATA += $(MANBUILD)/eigrpd.8 -endif - -if SHARPD -rstman8_DATA += $(MANBUILD)/sharpd.8 -endif - -if STATICD -rstman8_DATA += $(MANBUILD)/staticd.8 -endif - -if BFDD -rstman8_DATA += $(MANBUILD)/bfdd.8 -endif -  # dependency  $(rstman8_DATA) $(rstman1_DATA): $(MANBUILD)/man.stamp  | 
