Credit fix, and fix for building editcap.1 with build dir != $(srcdir)

svn path=/trunk/; revision=1564
This commit is contained in:
Gilbert Ramirez 2000-01-26 03:42:28 +00:00
parent cded07171f
commit b3ff562157
2 changed files with 4 additions and 4 deletions

4
NEWS
View File

@ -25,7 +25,7 @@ Overview of changes in Ethereal 0.8.2:
* Change code to use strchr() instead of index() (Guy)
* Change code to use strrchr() instead of rindex() (Guy)
* Pop-up menus with right-clicks (Jerry Talkington)
* Packet scrolling option during live captures (Guy)
* Packet scrolling option in capture dialogue window (Guy)
* Full NFSv3 support (Uwe)
* Fix byte-order and alignment problems in PPTP
(Thomas Quinot, Debian bug 55347)
@ -39,7 +39,7 @@ Overview of changes in Ethereal 0.8.2:
* packet_info and ethernet changes (Guy)
* LLC updates (Guy)
* Flag for IPv4 TOS field/DiffServ field (Heikki Vatiainen)
* Cisco ISL support
* Cisco ISL support (Guy)
* Workaround for GTK+-1.2.[3-6] text widget bug (Gerald)
* Menu updates and fixes (Gerald, Gilbert, Guy, henceforth "3G")
* Parse multiple COMMUNITIES value in BGP (Itojun)

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal documentation
#
# $Id: Makefile.am,v 1.5 2000/01/14 06:46:00 guy Exp $
# $Id: Makefile.am,v 1.6 2000/01/26 03:42:28 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -41,7 +41,7 @@ tethereal.pod: tethereal.pod.template ../tethereal
../tethereal -G | ./dfilter2pod $(srcdir)/tethereal.pod.template > tethereal.pod
../editcap.1: editcap.pod
pod2man editcap.pod \
pod2man $(srcdir)/editcap.pod \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
> ../editcap.1