summaryrefslogtreecommitdiff
path: root/packaging
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 /packaging
parent9c89878b2eb8ade3b93cf167b48468f26a3af2cd (diff)
downloadwireshark-a7d9018c1fc43e4e6c537cc8da3a38c4526c5aef.tar.gz
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 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi3
1 files changed, 2 insertions, 1 deletions
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"