summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: 79fc122065359c64ae32c992a2b1df4ee2de4485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Process this file with automake to produce Makefile.in.

info_TEXINFOS = quagga.texi

quagga_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi install.texi \
	ipv6.texi kernel.texi main.texi ospf6d.texi ospfd.texi overview.texi \
	protocol.texi ripd.texi ripngd.texi routemap.texi snmp.texi vtysh.texi

man_MANS = vtysh.1 bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8

EXTRA_DIST = BGP-TypeCode draft-zebra-00.ms draft-zebra-00.txt $(man_MANS) 

draft-zebra-00.txt:
	groff -T ascii -ms draft-zebra-00.ms > draft-zebra-00.txt