Have a "toc" file in the help directory, which gives a list of help
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 22 Dec 2003 22:17:30 +0000 (22:17 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 22 Dec 2003 22:17:30 +0000 (22:17 +0000)
topic titles and help file names.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9417 f5534014-38df-0310-8fa8-9805f1628bb7

help/Makefile.am
help/toc [new file with mode: 0644]
packaging/nsis/ethereal.nsi

index 57d47f23a45414eba8b1b2c7a5fd6d2f6fda780b..8ddf1b6d38aff8f13aef99529aa21934da358534 100644 (file)
@@ -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 (file)
index 0000000..67846e5
--- /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
index 4ed5e9232f24b149ddd45cc336ec6e00bf797e11..e5b48a8d319052cdb612d0878bd3bfa8f35e0df3 100644 (file)
@@ -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"