aboutsummaryrefslogtreecommitdiffstats
path: root/help
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
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')
-rw-r--r--help/Makefile.am3
-rw-r--r--help/toc5
2 files changed, 7 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 \
diff --git a/help/toc b/help/toc
new file mode 100644
index 0000000000..67846e53fb
--- /dev/null
+++ b/help/toc
@@ -0,0 +1,5 @@
+Overview:overview.txt
+Capture Filters:capture_filters.txt
+Display Filters:display_filters.txt
+Well Known:well_known.txt
+FAQ:faq.txt