aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--help/Makefile.am3
-rw-r--r--help/toc5
-rw-r--r--packaging/nsis/ethereal.nsi3
3 files changed, 9 insertions, 2 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
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"