[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.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 31f94f7..20dd17f 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-07 Paul Jakma <paul.jakma@sun.com>
+
+	* Makefile.am: snmptrap.texi needs to be listed as a source,
+	  not disted otherwise.
+
 2005-11-04 Paul Jakma <paul.jakma@sun.com>
 
 	* snmptrap.texi: Contributed documentation, contributors name
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 22dec5a..d1ad6ec 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -46,7 +46,7 @@
 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) $< "$@"