From a7d9018c1fc43e4e6c537cc8da3a38c4526c5aef Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 22 Dec 2003 22:17:30 +0000 Subject: 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 --- help/Makefile.am | 3 ++- help/toc | 5 +++++ packaging/nsis/ethereal.nsi | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 help/toc 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 @@ -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 diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi index 4ed5e9232f..e5b48a8d31 100644 --- a/packaging/nsis/ethereal.nsi +++ b/packaging/nsis/ethereal.nsi @@ -1,7 +1,7 @@ ; ; ethereal.nsi ; -; $Id: ethereal.nsi,v 1.35 2003/12/22 21:41:40 ulfl Exp $ +; $Id: ethereal.nsi,v 1.36 2003/12/22 22:17:30 guy Exp $ ; ============================================================================ ; Header configuration @@ -145,6 +145,7 @@ SetOutPath $INSTDIR\lib\pango\1.2.0\modules File "${GTK_DIR}\lib\pango\1.2.0\modules\pango-*.dll" !endif SetOutPath $INSTDIR\help +File "..\..\help\toc" File "..\..\help\overview.txt" File "..\..\help\capture_filters.txt" File "..\..\help\display_filters.txt" -- cgit v1.2.3