aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-12-22 07:57:43 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-12-22 07:57:43 +0000
commit6a644f8426c1fd58051fbe316e71866452c39b43 (patch)
treee7c00dc3cda18c038456d60298dcfe2467fb93a4 /packaging
parentf152f847edc2131f0e06576c9572b8a8c4a3407f (diff)
distribute the text files in help dir
svn path=/trunk/; revision=9406
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"