Ethereal-dev: [Ethereal-dev] ethereal 0.8.19: doc/Makefile fails on mergecap.1

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Marco Molteni <molter@xxxxxx>
Date: Tue, 17 Jul 2001 19:51:26 +0200
[Please put me in the CC since I am not subscribed]

Hi,

the subject line tells it all.

I am running FreeBSD 4-STABLE and I am trying to update the Ethereal
port from 0.8.16 to 0.8.19.

It seems like doc/Makefile.am has been updated but not doc/Makefile.in.
Anyway, since I don't know how to use automake, I just patched
doc/Makefile.in as included.

Bye and thanks you all for the wonderful Ethereal :-)
Marco


--- doc/Makefile.in.orig        Tue Jul 17 18:59:11 2001
+++ doc/Makefile.in     Tue Jul 17 19:02:42 2001
@@ -139,6 +139,8 @@
 ethereal_SUBDIRS = @ethereal_SUBDIRS@
 ethereal_bin = @ethereal_bin@
 ethereal_man = @ethereal_man@
+mergecap_bin = @mergecap_bin@
+mergecap_man = @mergecap_man@
 randpkt_bin = @randpkt_bin@
 tethereal_bin = @tethereal_bin@
 tethereal_man = @tethereal_man@
@@ -272,6 +274,12 @@
        --center="The Ethereal Network Analyzer" \
        --release=$(VERSION)                     \
        > ../editcap.1
+
+../mergecap.1: mergecap.pod ../config.h
+       pod2man $(srcdir)/mergecap.pod                     \
+       --center="The Ethereal Network Analyzer" \
+       --release=$(VERSION)                     \
+       > ../mergecap.1
 
 ../text2pcap.1: text2pcap.pod ../config.h
        pod2man $(srcdir)/text2pcap.pod                     \