diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-05-15 06:48:16 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-05-15 06:48:16 +0000 |
commit | 06ba8a87c2b9e56d9ee41e39702396e674eb44c9 (patch) | |
tree | 09ff497a6440188c81ceff28cb87ef99103627e3 /Makefile.am | |
parent | ec3337ed07279039c217a70826947efc2bbdc2e3 (diff) | |
download | wireshark-06ba8a87c2b9e56d9ee41e39702396e674eb44c9.tar.gz wireshark-06ba8a87c2b9e56d9ee41e39702396e674eb44c9.tar.bz2 wireshark-06ba8a87c2b9e56d9ee41e39702396e674eb44c9.zip |
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.am | 3 |
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 \ |