diff options
author | paul <paul> | 2005-11-07 03:19:51 +0000 |
---|---|---|
committer | paul <paul> | 2005-11-07 03:19:51 +0000 |
commit | 5729e089d92dda6163d632e19b1b9dc0217c4893 (patch) | |
tree | 0726836a4af0e35ac0f1afa5b3b83c3034082db3 /doc/Makefile.am | |
parent | 1189075bca319d9a0bc5be9a0548af75f6b36951 (diff) |
[doc] List snmptrap.texi as a source, so it gets included in dist
2005-11-07 Paul Jakma <paul.jakma@sun.com>
* Makefile.am: snmptrap.texi needs to be listed as a source,
not disted otherwise.
Diffstat (limited to 'doc/Makefile.am')
-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 22dec5a2..d1ad6ecd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -46,7 +46,7 @@ quagga.pdf: $(info_TEXINFOS) $(figures_pdf) 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 routeserver.texi defines.texi $(figures_png) + vtysh.texi routeserver.texi defines.texi $(figures_png) snmptrap.texi %.eps: %.png $(PNGTOEPS) $< "$@" |