blob: 16194533698deba726157d0272522530586cdef2 [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
gdtf2bfdee2004-06-30 17:25:15 +000011EXTRA_DIST = BGP-TypeCode draft-zebra-00.ms draft-zebra-00.txt $(man_MANS) \
12 mpls/ChangeLog.opaque.txt mpls/cli_summary.txt \
13 mpls/opaque_lsa.txt mpls/ospfd.conf
paul718e3742002-12-13 20:15:29 +000014
15draft-zebra-00.txt:
16 groff -T ascii -ms draft-zebra-00.ms > draft-zebra-00.txt