diff options
author | paul <paul> | 2003-08-13 04:55:13 +0000 |
---|---|---|
committer | paul <paul> | 2003-08-13 04:55:13 +0000 |
commit | 21811f038de25231e2505427f89cfe698cb93c19 (patch) | |
tree | 19075316dcef225c5c9253346e723f2eccc1b109 | |
parent | 1b7796949cf1d934b224ce495fa5d93e22c1ff88 (diff) | |
download | quagga-21811f038de25231e2505427f89cfe698cb93c19.tar.bz2 quagga-21811f038de25231e2505427f89cfe698cb93c19.tar.xz |
2003-08-13 Paul Jakma <paul@dishone.st>
* doc/Makefile.am: zebra.texi went to quagga.texi, so the automake
dependency must change too.
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 156e2a60..79fc1220 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,7 +2,7 @@ info_TEXINFOS = quagga.texi -zebra_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi install.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 |