blob: ee49cbd639adb81e959538a5bb1430f6a7830231 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001## Process this file with automake to produce Makefile.in.
2
3info_TEXINFOS = zebra.texi
4
5zebra_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi install.texi \
6 ipv6.texi kernel.texi main.texi ospf6d.texi ospfd.texi overview.texi \
7 protocol.texi ripd.texi ripngd.texi routemap.texi snmp.texi vtysh.texi
8
9man_MANS = vtysh.1 bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8
10
11EXTRA_DIST = BGP-TypeCode draft-zebra-00.ms draft-zebra-00.txt $(man_MANS)
12
13draft-zebra-00.txt:
14 groff -T ascii -ms draft-zebra-00.ms > draft-zebra-00.txt