From 74dc19a2f5f72865b5f7da86453b881ae161e857 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sat, 18 Aug 2018 06:05:07 +0200 Subject: 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 --- doc/manpages/subdir.am | 73 -------------------------------------------------- 1 file changed, 73 deletions(-) (limited to 'doc/manpages') 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 -- cgit v1.2.3