diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-12-22 22:17:30 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-12-22 22:17:30 +0000 |
commit | a7d9018c1fc43e4e6c537cc8da3a38c4526c5aef (patch) | |
tree | 83946a148ed1ea2a06195d8deb5604580d908c2d /help | |
parent | 9c89878b2eb8ade3b93cf167b48468f26a3af2cd (diff) | |
download | wireshark-a7d9018c1fc43e4e6c537cc8da3a38c4526c5aef.tar.gz wireshark-a7d9018c1fc43e4e6c537cc8da3a38c4526c5aef.tar.bz2 wireshark-a7d9018c1fc43e4e6c537cc8da3a38c4526c5aef.zip |
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.am | 3 | ||||
-rw-r--r-- | help/toc | 5 |
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 |