19 lines
638 B
Text
19 lines
638 B
Text
$NetBSD: patch-ah,v 1.2 2003/12/29 21:59:01 heas Exp $
|
|
|
|
--- doc/Makefile.am.orig 2003-11-04 18:00:42.000000000 +0000
|
|
+++ doc/Makefile.am 2003-12-22 04:18:26.000000000 +0000
|
|
@@ -6,7 +6,13 @@
|
|
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
|
|
+if V6_OPT
|
|
+V6_MANS = ospf6d.8 ripngd.8
|
|
+endif
|
|
+if VTY_OPT
|
|
+VTY_MANS = vtysh.1
|
|
+endif
|
|
+man_MANS = bgpd.8 ospfd.8 ripd.8 zebra.8 $(V6_MANS) $(VTY_MANS)
|
|
|
|
EXTRA_DIST = BGP-TypeCode draft-zebra-00.ms draft-zebra-00.txt $(man_MANS)
|
|
|