aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.am
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-09 18:22:28 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-09 18:22:28 +0000
commit62e8b4836e7d66def5bc2a9e44e65401d107c9e0 (patch)
tree4a843725290305918f1869c156d938bb5335461a /help/Makefile.am
parenta02d03c089095d94960153a3e4c5d45bd65e5f2b (diff)
two new help pages:
getting_started for the very first steps running Ethereal capturing for some explanation how to capture data svn path=/trunk/; revision=10013
Diffstat (limited to 'help/Makefile.am')
-rw-r--r--help/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index 8ddf1b6d38..3bfde55d82 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal help files
#
-# $Id: Makefile.am,v 1.5 2003/12/22 22:16:25 guy Exp $
+# $Id: Makefile.am,v 1.6 2004/02/09 18:22:28 ulfl Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -27,6 +27,8 @@
helpdir = $(pkgdatadir)/help
help_DATA = \
toc \
+ getting_started.txt \
+ capturing.txt \
capture_filters.txt \
display_filters.txt \
faq.txt \