blob: 79fc122065359c64ae32c992a2b1df4ee2de4485 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001## Process this file with automake to produce Makefile.in.
2
paul7190f4e2003-08-12 12:40:20 +00003info_TEXINFOS = quagga.texi
paul718e3742002-12-13 20:15:29 +00004
paul5282d6e2003-08-13 04:55:13 +00005quagga_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi install.texi \
paul718e3742002-12-13 20:15:29 +00006 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