aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-22 22:17:30 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-22 22:17:30 +0000
commita7d9018c1fc43e4e6c537cc8da3a38c4526c5aef (patch)
tree83946a148ed1ea2a06195d8deb5604580d908c2d /help/Makefile.am
parent9c89878b2eb8ade3b93cf167b48468f26a3af2cd (diff)
Have a "toc" file in the help directory, which gives a list of help
topic titles and help file names. svn path=/trunk/; revision=9417
Diffstat (limited to 'help/Makefile.am')
-rw-r--r--help/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index 57d47f23a4..8ddf1b6d38 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.4 2003/12/22 21:01:29 ulfl Exp $
+# $Id: Makefile.am,v 1.5 2003/12/22 22:16:25 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -26,6 +26,7 @@
#
helpdir = $(pkgdatadir)/help
help_DATA = \
+ toc \
capture_filters.txt \
display_filters.txt \
faq.txt \