replace *a lot* of file related calls by their GLib counterparts. This is necessary...
[obnox/wireshark/wip.git] / Makefile.am
index 77fb293f8d4fc407651fca70fa478fecabf19c60..6a3ee13d9a61ee795e7dc8608584430ecdb81fb9 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.am
 # Automake file for Ethereal
 #
-# $Id: Makefile.am,v 1.725 2004/03/22 16:19:53 gerald Exp $
+# $Id$
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@ethereal.com>
@@ -60,28 +60,116 @@ ACLOCAL_AMFLAGS = `./aclocal-flags`
 # automake will arrange that the Makefile define it as the union of all
 # the "man{section}_MANS" variables.
 #
-bin_PROGRAMS = @ethereal_bin@ @editcap_bin@ @mergecap_bin@ @tethereal_bin@ @dftest_bin@ @randpkt_bin@ @text2pcap_bin@
+bin_PROGRAMS = @ethereal_bin@ @capinfos_bin@ @editcap_bin@ @mergecap_bin@ @tethereal_bin@ @dftest_bin@ @randpkt_bin@ @text2pcap_bin@
 bin_SCRIPTS = @idl2eth_bin@
-man1_MANS = @ethereal_man@ @editcap_man@ @mergecap_man@ @tethereal_man@ @text2pcap_man@ @idl2eth_man@
+man1_MANS = @ethereal_man@ @capinfos_man@ @editcap_man@ @mergecap_man@ @tethereal_man@ @text2pcap_man@ @idl2eth_man@
 man4_MANS = @etherealfilter_man@
 man_MANS =
 
-EXTRA_PROGRAMS = ethereal tethereal editcap mergecap dftest randpkt text2pcap
+EXTRA_PROGRAMS = ethereal tethereal capinfos editcap mergecap dftest \
+       randpkt text2pcap
 EXTRA_SCRIPTS = idl2eth
 
 #
-# Ethereal configuration files are put in $(pkgdatadir).  It currently
-# contains the "manuf" file and a "diameter" directory.
+# Ethereal configuration files are put in $(pkgdatadir).
 #
-pkgdata_DATA = manuf
+pkgdata_DATA = AUTHORS-SHORT manuf ethereal.html tethereal.html \
+       ethereal-filter.html capinfos.html editcap.html \
+       idl2eth.html mergecap.html text2pcap.html \
+       cfilters colorfilters dfilters
 
 #
 # Install the Diameter DTD and XML files in the "diameter" subdirectory
 # of that directory.
 #
 diameterdir = $(pkgdatadir)/diameter
-diameter_DATA = dictionary.dtd dictionary.xml mobileipv4.xml \
-       nasreq.xml sunping.xml
+diameter_DATA = \
+       diameter/dictionary.dtd \
+       diameter/dictionary.xml \
+       diameter/imscxdx.xml \
+       diameter/mobileipv4.xml \
+       diameter/nasreq.xml \
+       diameter/sunping.xml
+
+#
+# Install the DTDs directory files in the "dtds" subdirectory
+# of that directory
+#
+dtdsdir = $(pkgdatadir)/dtds
+dtds_DATA = \
+       dtds/dc.dtd \
+       dtds/itunes.dtd \
+       dtds/rss.dtd \
+       dtds/smil.dtd
+
+#
+# Install the RADIUS directory files in the "radius" subdirectory
+# of that directory.
+#
+radiusdir = $(pkgdatadir)/radius
+radius_DATA = \
+       radius/dictionary  \
+       radius/dictionary.3com  \
+       radius/dictionary.3gpp  \
+       radius/dictionary.3gpp2  \
+       radius/dictionary.acc  \
+       radius/dictionary.alcatel  \
+       radius/dictionary.alteon  \
+       radius/dictionary.altiga  \
+       radius/dictionary.aptis  \
+       radius/dictionary.ascend  \
+       radius/dictionary.bay  \
+       radius/dictionary.bintec  \
+       radius/dictionary.bristol  \
+       radius/dictionary.cablelabs  \
+       radius/dictionary.cabletron  \
+       radius/dictionary.cisco  \
+       radius/dictionary.cisco.bbsm  \
+       radius/dictionary.cisco.vpn3000  \
+       radius/dictionary.cisco.vpn5000  \
+       radius/dictionary.colubris  \
+       radius/dictionary.columbia_university  \
+       radius/dictionary.compat  \
+       radius/dictionary.cosine  \
+       radius/dictionary.ericsson  \
+       radius/dictionary.erx  \
+       radius/dictionary.extreme  \
+       radius/dictionary.foundry  \
+       radius/dictionary.freeradius  \
+       radius/dictionary.gandalf  \
+       radius/dictionary.garderos  \
+       radius/dictionary.gemtek  \
+       radius/dictionary.itk  \
+       radius/dictionary.juniper  \
+       radius/dictionary.karlnet  \
+       radius/dictionary.livingston  \
+       radius/dictionary.localweb  \
+       radius/dictionary.merit  \
+       radius/dictionary.microsoft  \
+       radius/dictionary.mikrotik  \
+       radius/dictionary.navini  \
+       radius/dictionary.netscreen  \
+       radius/dictionary.nokia  \
+       radius/dictionary.nomadix  \
+       radius/dictionary.propel  \
+       radius/dictionary.quintum  \
+       radius/dictionary.redback  \
+       radius/dictionary.redcreek  \
+       radius/dictionary.shasta  \
+       radius/dictionary.shiva  \
+       radius/dictionary.sonicwall  \
+       radius/dictionary.springtide  \
+       radius/dictionary.t_systems_nova  \
+       radius/dictionary.telebit  \
+       radius/dictionary.trapeze  \
+       radius/dictionary.tunnel  \
+       radius/dictionary.unisphere  \
+       radius/dictionary.unix  \
+       radius/dictionary.usr  \
+       radius/dictionary.valemount  \
+       radius/dictionary.versanet  \
+       radius/dictionary.wispr  \
+       radius/dictionary.xedia
 
 PLATFORM_SRC = pcap-util-unix.c
 
@@ -90,8 +178,10 @@ include Makefile.common
 if HAVE_PLUGINS
 plugin_libs = \
        plugins/acn/acn.la \
+       plugins/agentx/agentx.la \
        plugins/artnet/artnet.la \
        plugins/asn1/asn1.la \
+       plugins/ciscosm/ciscosm.la \
        plugins/docsis/docsis.la \
        plugins/enttec/enttec.la \
        plugins/giop/cosnaming.la \
@@ -101,58 +191,26 @@ plugin_libs = \
        plugins/lwres/lwres.la \
        plugins/megaco/megaco.la \
        plugins/mgcp/mgcp.la \
+       plugins/opsi/opsi.la \
        plugins/pcli/pcli.la \
+       plugins/profinet/profinet.la \
        plugins/rdm/rdm.la \
+       plugins/rlm/rlm.la \
        plugins/rtnet/rtnet.la \
+       plugins/rudp/rudp.la \
        plugins/v5ua/v5ua.la
 
 if ENABLE_STATIC
-plugin_ldadd = \
-       plugins/acn/packet-acn.o \
-       plugins/artnet/packet-artnet.o \
-       plugins/asn1/packet-asn1.o \
-       plugins/docsis/packet-bpkmattr.o \
-       plugins/docsis/packet-bpkmreq.o \
-       plugins/docsis/packet-bpkmrsp.o \
-       plugins/docsis/packet-docsis.o \
-       plugins/docsis/packet-dsaack.o \
-       plugins/docsis/packet-dsareq.o \
-       plugins/docsis/packet-dsarsp.o \
-       plugins/docsis/packet-dscack.o \
-       plugins/docsis/packet-dscreq.o \
-       plugins/docsis/packet-dscrsp.o \
-       plugins/docsis/packet-dsdreq.o \
-       plugins/docsis/packet-dsdrsp.o \
-       plugins/docsis/packet-macmgmt.o \
-       plugins/docsis/packet-map.o \
-       plugins/docsis/packet-regack.o \
-       plugins/docsis/packet-regreq.o \
-       plugins/docsis/packet-regrsp.o \
-       plugins/docsis/packet-rngreq.o \
-       plugins/docsis/packet-rngrsp.o \
-       plugins/docsis/packet-tlv.o \
-       plugins/docsis/packet-uccreq.o \
-       plugins/docsis/packet-uccrsp.o \
-       plugins/docsis/packet-ucd.o \
-       plugins/enttec/packet-enttec.o \
-       plugins/giop/packet-cosnaming.o \
-       plugins/giop/packet-coseventcomm.o \
-       plugins/gryphon/packet-gryphon.o \
-       plugins/irda/packet-irda.o \
-       plugins/lwres/packet-lwres.o \
-       plugins/megaco/packet-megaco.o \
-       plugins/mgcp/packet-mgcp.o \
-       plugins/pcli/packet-pcli.o \
-       plugins/rdm/packet-rdm.o \
-       plugins/rtnet/packet-rtnet.o \
-       plugins/v5ua/packet-v5ua.o
+plugin_ldadd = $(plugin_libs)
 
 else           # ENABLE_STATIC
 plugin_ldadd = \
        "-dlopen" self  \
        "-dlopen" plugins/acn/acn.la \
+       "-dlopen" plugins/agentx/agentx.la \
        "-dlopen" plugins/artnet/artnet.la \
        "-dlopen" plugins/asn1/asn1.la \
+       "-dlopen" plugins/ciscosm/ciscosm.la \
        "-dlopen" plugins/docsis/docsis.la \
        "-dlopen" plugins/enttec/enttec.la \
        "-dlopen" plugins/giop/cosnaming.la \
@@ -162,9 +220,13 @@ plugin_ldadd = \
        "-dlopen" plugins/lwres/lwres.la \
        "-dlopen" plugins/megaco/megaco.la \
        "-dlopen" plugins/mgcp/mgcp.la \
+       "-dlopen" plugins/opsi/opsi.la \
        "-dlopen" plugins/pcli/pcli.la \
+       "-dlopen" plugins/profinet/profinet.la \
        "-dlopen" plugins/rdm/rdm.la \
+       "-dlopen" plugins/rlm/rlm.la \
        "-dlopen" plugins/rtnet/rtnet.la \
+       "-dlopen" plugins/rudp/rudp.la \
        "-dlopen" plugins/v5ua/v5ua.la
 
 endif          # ENABLE_STATIC
@@ -189,8 +251,8 @@ ethereal_optional_objects = @SNPRINTF_O@ @STRERROR_O@ \
 # Additional libs that I know how to build. These will be
 # linked into the ethereal executable.
 ethereal_additional_libs = \
-       wiretap/libwiretap.la   \
        gtk/libui.a             \
+       wiretap/libwiretap.la   \
        epan/libethereal.la
 
 # This is the automake dependency variable for the executable
@@ -219,7 +281,7 @@ ethereal_LDADD = \
        @SNMP_LIBS@ @SSL_LIBS@          \
        $(plugin_ldadd)                 \
        @PCRE_LIBS@                     \
-       @PCAP_LIBS@ @GTK_LIBS@ @ADNS_LIBS@
+       @PCAP_LIBS@ @GTK_LIBS@ @ADNS_LIBS@ @KRB5_LIBS@ @FRAMEWORKS@
 
 # Additional libs that I know how to build. These will be
 # linked into the tethereal executable.
@@ -241,7 +303,7 @@ tethereal_LDADD = \
        $(plugin_ldadd)                 \
        @PCRE_LIBS@                     \
        @GLIB_LIBS@ -lm                 \
-       @PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@ @ADNS_LIBS@
+       @PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@ @ADNS_LIBS@ @KRB5_LIBS@
 
 if ENABLE_STATIC
 tethereal_LDFLAGS = -Wl,-static -all-static
@@ -262,9 +324,11 @@ text2pcap_LDADD = $(text2pcap_optional_objects) \
 mergecap_DEPENDENCIES = wiretap/libwiretap.la
 
 # This is the automake dependency variable for the executable
+capinfos_DEPENDENCIES = wiretap/libwiretap.la
 editcap_DEPENDENCIES = wiretap/libwiretap.la
 
 # This automake variable adds to the link-line for the executable
+capinfos_LDADD = wiretap/libwiretap.la @GLIB_LIBS@
 editcap_LDADD = wiretap/libwiretap.la @GLIB_LIBS@
 mergecap_LDADD = wiretap/libwiretap.la @GLIB_LIBS@
 
@@ -277,8 +341,21 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap
 # FORCE is the portable version of .PHONY
 FORCE:
 
-cvsversion.h: FORCE
-       $(PERL) $(srcdir)/make-version.pl
+svnversion.h: FORCE
+       $(PERL) $(srcdir)/make-version.pl $(srcdir)
+
+#
+# Build the short version of the authors file for the about dialog
+#
+AUTHORS-SHORT: AUTHORS make-authors-short.pl
+       $(PERL) $(srcdir)/perlnoutf.pl $(srcdir)/make-authors-short.pl < $(srcdir)/AUTHORS > AUTHORS-SHORT
+
+#
+# Build the short version of the authors file with formatting codes for the
+# man page
+#
+AUTHORS-SHORT-FORMAT: AUTHORS-SHORT make-authors-format.pl
+       $(PERL) $(srcdir)/perlnoutf.pl $(srcdir)/make-authors-format.pl < AUTHORS-SHORT > AUTHORS-SHORT-FORMAT
 
 #
 # Build shell scripts by doing variable substitution.
@@ -292,14 +369,14 @@ SUFFIXES = .sh
        $(editsh) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@
 
 #
-# Build "tethereal-tap-register.c", which contains a function 
+# Build "tethereal-tap-register.c", which contains a function
 # "register_all_tap_listeners()"
-# that calls the register routines for all tehtereal tap listeners.
+# that calls the register routines for all tethereal tap listeners.
 #
 # We do this by grepping through sources.
 #
-# Formatting conventions:  The name of the tap_listener_register_* 
-# routines must start in column zero, or must be preceded only by 
+# Formatting conventions:  The name of the tap_listener_register_*
+# routines must start in column zero, or must be preceded only by
 # "void " starting in column zero, and must not be inside #if.
 #
 # The first argument is the directory in which the source files live.
@@ -338,30 +415,50 @@ dftest_DEPENDENCIES = \
 dftest_LDADD = \
        $(ethereal_optional_objects)    \
        $(dftest_additional_libs)       \
-       @SNMP_LIBS@ @SSL_LIBS@          \
+       @SNMP_LIBS@ @SSL_LIBS@          \
        $(plugin_ldadd)                 \
        @PCRE_LIBS@                     \
        @GLIB_LIBS@ -lm                 \
-       @PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@ @ADNS_LIBS@
+       @PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@ @ADNS_LIBS@ @KRB5_LIBS@
 
 dftest_LDFLAGS = -export-dynamic
 
-CLEANFILES =   \
-       cvsversion.h \
-       @rdps_bin@ \
-       idl2eth
+#
+# XXX - "svnversion.h" is distributed in the release tarball; should
+# we be deleting it with "make clean", or should we only do that with
+# "make maintainer-clean"?
+#
+CLEANFILES =           \
+       svnversion.h    \
+       @rdps_bin@      \
+       idl2eth         \
+       *~              \
+       vgcore.pid*
 
+#
+# XXX - "ps.c" is distributed in the source tarballs; why is it in the
+# list of files removed by "make distclean"?  (It's deliberately
+# included in that list.)
+#
 DISTCLEANFILES = \
-       ps.c \
-       *~
+       AUTHORS-SHORT           \
+       AUTHORS-SHORT-FORMAT    \
+       ps.c
 
 MAINTAINERCLEANFILES =         \
-       ps.c
+       $(GENERATED_FILES)      \
+       Makefile.in             \
+       aclocal.m4              \
+       config.h.in             \
+       configure               \
+       depcomp                 \
+       install-sh              \
+       ltmain.sh               \
+       missing
 
 EXTRA_DIST = \
-       Ethereal.desktop        \
        FAQ                     \
-       INSTALL.configure       \
+       INSTALL.configure       \
        Makefile.common         \
        Makefile.nmake          \
        README.aix              \
@@ -373,16 +470,19 @@ EXTRA_DIST = \
        README.tru64            \
        README.vmware           \
        README.win32            \
-       TODO                    \
        aclocal-fallback/glib-2.0.m4 \
        aclocal-fallback/glib.m4 \
        aclocal-fallback/gtk-2.0.m4 \
        aclocal-fallback/gtk.m4 \
        aclocal-flags           \
        autogen.sh              \
+       capinfos.c              \
        capture-wpcap.c         \
        capture-wpcap.h         \
-       cleanbld.bat            \
+       capture_wpcap_packet.c  \
+       capture_wpcap_packet.h  \
+       cfilters                \
+       colorfilters            \
        config.h.win32          \
        config.nmake            \
        debian/README.debian    \
@@ -395,19 +495,19 @@ EXTRA_DIST = \
        debian/postinst         \
        debian/prerm            \
        debian/rules            \
-       dictionary.dtd          \
-       dictionary.xml          \
-       doc/Makefile.am         \
-       doc/Makefile.nmake      \
-       doc/README.capture      \
-       doc/README.design       \
-       doc/README.developer    \
-       doc/README.idl2eth      \
-       doc/README.plugins      \
+       dfilters                \
+       doc/Makefile.am         \
+       doc/Makefile.nmake      \
+       doc/README.capture      \
+       doc/README.design       \
+       doc/README.developer    \
+       doc/README.idl2eth      \
+       doc/README.plugins      \
        doc/README.regression   \
        doc/README.tapping      \
        doc/README.tvbuff       \
        doc/README.xml-output   \
+       doc/capinfos.pod                \
        doc/dfilter2pod.pl      \
        doc/editcap.pod         \
        doc/ethereal-filter.pod.template \
@@ -417,15 +517,20 @@ EXTRA_DIST = \
        doc/randpkt.txt         \
        doc/tethereal.pod       \
        doc/text2pcap.pod       \
+       docbook/Makefile.auto.am        \
+       doxygen.cfg.in          \
        editcap.c               \
+       epan/libethereal.def    \
        ethereal_be.py          \
        ethereal_gen.py         \
+       ethereal.desktop        \
        getopt.c                \
        getopt.h                \
        idl2eth.sh              \
        image/Ethereal.icns     \
        image/Makefile.nmake    \
        image/README.image      \
+       image/capinfos.rc.in    \
        image/clist_ascend.xpm  \
        image/clist_descend.xpm \
        image/dn_arrow.xpm      \
@@ -445,6 +550,7 @@ EXTRA_DIST = \
        image/hi48-app-ethereal.png     \
        image/icon-ethereal.xpm \
        image/icon-excl.xpm     \
+       image/libethereal.rc.in \
        image/lo16-app-ethereal.png     \
        image/lo32-app-ethereal.png     \
        image/lo48-app-ethereal.png     \
@@ -455,18 +561,36 @@ EXTRA_DIST = \
        image/stock_dialog_warning_48.xpm       \
        image/stock_dialog_question_48.xpm      \
        image/stock_dialog_info_48.xpm  \
+       image/stock_dialog_stop_48.xpm  \
        image/tethereal.rc.in   \
        image/text2pcap.rc.in   \
-       image/toolbar/capture_24.xpm    \
-       image/toolbar/cfilter_24.xpm    \
-       image/toolbar/dfilter_24.xpm    \
+       image/toolbar/autoscroll_24.xpm \
+       image/toolbar/capture_filter_24.xpm     \
+       image/toolbar/capture_interfaces_24.xpm \
+       image/toolbar/capture_options_24.xpm    \
+       image/toolbar/capture_restart_24.xpm    \
+       image/toolbar/capture_start_24.xpm      \
+       image/toolbar/capture_stop_24.xpm       \
+       image/toolbar/checkbox_16.xpm   \
+       image/toolbar/colorize_24.xpm   \
+       image/toolbar/conversations_16.xpm      \
+       image/toolbar/decode_as_16.xpm  \
+       image/toolbar/display_filter_24.xpm     \
+       image/toolbar/endpoints_16.xpm  \
+       image/toolbar/file_set_list_16.xpm      \
+       image/toolbar/file_set_next_16.xpm      \
+       image/toolbar/file_set_previous_16.xpm  \
+       image/toolbar/graphs_16.xpm     \
+       image/toolbar/internet_24.xpm   \
+       image/toolbar/resize_columns_24.xpm     \
        image/toolbar/stock_add_24.xpm  \
-       image/toolbar/stock_bottom_24.xpm \
+       image/toolbar/stock_bottom_24.xpm       \
+       image/toolbar/stock_clear_24.xpm        \
        image/toolbar/stock_close_24.xpm        \
        image/toolbar/stock_colorselector_24.xpm        \
        image/toolbar/stock_help_24.xpm \
        image/toolbar/stock_jump_to_24.xpm      \
-       image/toolbar/stock_left_arrow_24.xpm \
+       image/toolbar/stock_left_arrow_24.xpm   \
        image/toolbar/stock_ok_20.xpm   \
        image/toolbar/stock_open_24.xpm \
        image/toolbar/stock_preferences_24.xpm  \
@@ -475,36 +599,44 @@ EXTRA_DIST = \
        image/toolbar/stock_refresh_24.xpm      \
        image/toolbar/stock_right_arrow_24.xpm  \
        image/toolbar/stock_save_24.xpm \
-       image/toolbar/stock_save_as_24.xpm \
+       image/toolbar/stock_save_as_24.xpm      \
        image/toolbar/stock_search_24.xpm       \
        image/toolbar/stock_stop_24.xpm \
-       image/toolbar/stock_top_24.xpm \
-       image/toolbar/stock_zoom_1_24.xpm \
-       image/toolbar/stock_zoom_in_24.xpm \
-       image/toolbar/stock_zoom_out_24.xpm \
+       image/toolbar/stock_top_24.xpm  \
+       image/toolbar/stock_zoom_1_24.xpm       \
+       image/toolbar/stock_zoom_in_24.xpm      \
+       image/toolbar/stock_zoom_out_24.xpm     \
+       image/toolbar/telephony_16.xpm  \
+       image/toolbar/time_24.xpm       \
+       image/toolbar/web_support_24.xpm        \
+       image/toolbar/wiki_24.xpm       \
        image/up_arrow.xpm      \
+       image/icon_layout_1.xpm \
+       image/icon_layout_2.xpm \
+       image/icon_layout_3.xpm \
+       image/icon_layout_4.xpm \
+       image/icon_layout_5.xpm \
+       image/icon_layout_6.xpm \
+       image/wiretap.rc.in     \
+       make-authors-format.pl  \
+       make-authors-short.pl   \
        make-manuf              \
-       make-reg-dotc           \
-       make-reg-dotc.py        \
        make-tapreg-dotc        \
        make-version.pl         \
-       manuf                   \
+       manuf                   \
        manuf.tmpl              \
        mergecap.c              \
-       mobileipv4.xml          \
-       nasreq.xml              \
-       ncp2222.py              \
-       packet-ncp2222.inc      \
-       print.ps                \
-       process-x11-fields.pl   \
+       perlnoutf.pl            \
+       print.ps                \
+       $(diameter_DATA)        \
+       $(dtds_DATA)            \
+       $(radius_DATA)          \
        randpkt.c               \
        rdps.c                  \
-       sunping.xml             \
-       text2pcap-scanner.l     \
-       text2pcap.c             \
-       text2pcap.h             \
-       wka.tmpl                \
-       x11-fields
+       text2pcap-scanner.l     \
+       text2pcap.c             \
+       text2pcap.h             \
+       wka.tmpl
 
 if SETUID_INSTALL
 install-exec-hook:
@@ -522,11 +654,11 @@ else
 SUBDIRS = tools wiretap doc epan packaging help @ethereal_SUBDIRS@
 endif
 
-ethereal.1: ethereal doc/ethereal.pod
+ethereal.1: doc/ethereal.pod AUTHORS-SHORT-FORMAT
        (cd doc ; \
        $(MAKE) ../ethereal.1 )
 
-tethereal.1: tethereal doc/tethereal.pod
+tethereal.1: doc/tethereal.pod
        (cd doc ; \
        $(MAKE) ../tethereal.1 )
 
@@ -534,6 +666,10 @@ ethereal-filter.4: tethereal doc/ethereal-filter.pod.template
        (cd doc ; \
        $(MAKE) ../ethereal-filter.4 )
 
+capinfos.1: doc/capinfos.pod
+       (cd doc ; \
+       $(MAKE) ../capinfos.1 )
+
 editcap.1: doc/editcap.pod
        (cd doc ; \
        $(MAKE) ../editcap.1 )
@@ -550,6 +686,38 @@ text2pcap.1: doc/text2pcap.pod
        (cd doc ; \
        $(MAKE) ../text2pcap.1 )
 
+ethereal.html: doc/ethereal.pod AUTHORS-SHORT-FORMAT
+       (cd doc ; \
+       $(MAKE) ../ethereal.html )
+
+tethereal.html: doc/tethereal.pod
+       (cd doc ; \
+       $(MAKE) ../tethereal.html )
+
+ethereal-filter.html: tethereal doc/ethereal-filter.pod.template
+       (cd doc ; \
+       $(MAKE) ../ethereal-filter.html )
+
+capinfos.html: doc/capinfos.pod
+       (cd doc ; \
+       $(MAKE) ../capinfos.html )
+
+editcap.html: doc/editcap.pod
+       (cd doc ; \
+       $(MAKE) ../editcap.html )
+
+idl2eth.html: doc/idl2eth.pod
+       (cd doc ; \
+       $(MAKE) ../idl2eth.html )
+
+mergecap.html: doc/mergecap.pod
+       (cd doc ; \
+       $(MAKE) ../mergecap.html )
+
+text2pcap.html: doc/text2pcap.pod
+       (cd doc ; \
+       $(MAKE) ../text2pcap.html )
+
 libtool: $(LIBTOOL_DEPS)
        $(SHELL) ./config.status --recheck
 
@@ -582,6 +750,8 @@ rpm-package: dist
                mkdir -p BUILD RPMS SOURCES ; \
                cd SOURCES ; \
                ln -s ../../../$(distdir).tar.gz ; \
+               ln -s ../../../ethereal.desktop ; \
+               ln -s ../../../image/elogo3d64x64.png ethereal.png ; \
                cd .. ; \
                rpmbuild --define "_topdir `cd . && pwd`" -bb SPECS/ethereal.spec && \
                        echo "Package successfully built in `pwd`/RPMS." ; \
@@ -594,6 +764,8 @@ srpm-package: dist
                mkdir -p BUILD SRPMS SOURCES ; \
                cd SOURCES ; \
                ln -s ../../../$(distdir).tar.gz ; \
+               ln -s ../../../ethereal.desktop ; \
+               ln -s ../../../image/elogo3d64x64.png ethereal.png ; \
                cd .. ; \
                rpmbuild --define "_topdir `cd . && pwd`" -bs SPECS/ethereal.spec && \
                        echo "Package successfully built in `pwd`/SRPMS." ; \