summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpaul <paul>2005-11-07 03:19:51 +0000
committerpaul <paul>2005-11-07 03:19:51 +0000
commit5729e089d92dda6163d632e19b1b9dc0217c4893 (patch)
tree0726836a4af0e35ac0f1afa5b3b83c3034082db3 /doc
parent1189075bca319d9a0bc5be9a0548af75f6b36951 (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')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 31f94f72..20dd17fb 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 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) $< "$@"