aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-22 07:57:43 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-22 07:57:43 +0000
commit5ec5fc18b1d8c3fef639a52778ca9e8a4d4779e5 (patch)
treee7c00dc3cda18c038456d60298dcfe2467fb93a4 /packaging
parent2cf23bc5918732c9d2393609c7a570f61d8dd22a (diff)
distribute the text files in help dir
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9406 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi8
1 files changed, 7 insertions, 1 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 50ead6c55b..e07776005e 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.33 2003/12/19 23:25:05 guy Exp $
+; $Id: ethereal.nsi,v 1.34 2003/12/22 07:57:43 ulfl Exp $
; ============================================================================
; Header configuration
@@ -138,6 +138,12 @@ File "${GTK_DIR}\lib\gtk-2.0\2.2.0\immodules\im-*.dll"
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\overview.txt"
+File "..\..\help\capture_filters.txt"
+File "..\..\help\display_filters.txt"
+File "..\..\help\well_known.txt"
+File "..\..\help\faq.txt"
SectionEnd
Section "Tethereal"