blob: 916450f37f0fe03897e72b747104112705bf317d [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
paul76b89b42004-11-06 17:13:09 +00005BUILT_SOURCES = defines.texi
6
paul5282d6e2003-08-13 04:55:13 +00007quagga_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi install.texi \
paul718e3742002-12-13 20:15:29 +00008 ipv6.texi kernel.texi main.texi ospf6d.texi ospfd.texi overview.texi \
paul76b89b42004-11-06 17:13:09 +00009 protocol.texi ripd.texi ripngd.texi routemap.texi snmp.texi vtysh.texi \
10 defines.texi
paul718e3742002-12-13 20:15:29 +000011
12man_MANS = vtysh.1 bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8
13
gdtf2bfdee2004-06-30 17:25:15 +000014EXTRA_DIST = BGP-TypeCode draft-zebra-00.ms draft-zebra-00.txt $(man_MANS) \
15 mpls/ChangeLog.opaque.txt mpls/cli_summary.txt \
16 mpls/opaque_lsa.txt mpls/ospfd.conf
paul718e3742002-12-13 20:15:29 +000017
18draft-zebra-00.txt:
19 groff -T ascii -ms draft-zebra-00.ms > draft-zebra-00.txt