aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-05-15 06:48:16 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-05-15 06:48:16 +0000
commit06ba8a87c2b9e56d9ee41e39702396e674eb44c9 (patch)
tree09ff497a6440188c81ceff28cb87ef99103627e3 /Makefile.am
parentec3337ed07279039c217a70826947efc2bbdc2e3 (diff)
Add very basic tvbuff documentation. I still need to explain TVBUFF_COMPOSITE's,
and explain how to use exceptions.h. svn path=/trunk/; revision=1963
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9166eb349e..da18174cea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.197 2000/05/12 05:46:47 gram Exp $
+# $Id: Makefile.am,v 1.198 2000/05/15 06:48:08 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -468,6 +468,7 @@ EXTRA_DIST = \
doc/Makefile.in \
doc/Makefile.am \
doc/README.regression \
+ doc/README.tvbuff \
doc/dfilter2pod.in \
doc/editcap.pod \
doc/ethereal.pod.template \