paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame^] | 1 | ## Process this file with automake to produce Makefile.in. |
| 2 | |
| 3 | info_TEXINFOS = zebra.texi |
| 4 | |
| 5 | zebra_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 | |
| 9 | man_MANS = vtysh.1 bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 |
| 10 | |
| 11 | EXTRA_DIST = BGP-TypeCode draft-zebra-00.ms draft-zebra-00.txt $(man_MANS) |
| 12 | |
| 13 | draft-zebra-00.txt: |
| 14 | groff -T ascii -ms draft-zebra-00.ms > draft-zebra-00.txt |