aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/wireshark.nsi
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-01-07 01:06:47 +0000
committerGerald Combs <gerald@wireshark.org>2009-01-07 01:06:47 +0000
commit45f8882a526ec82b67b43e6d8867bc1763c4a865 (patch)
tree632a6d90af58d90a0724c2c8cd7638bb38aebb15 /packaging/nsis/wireshark.nsi
parent7eb3e33d281324dc54b7cae43e2db307c4143f16 (diff)
If you hand
File /oname=bar "foo" File "foo" to ws-manifest.pl it will generate an invalid makefile. Put the FAQ in one place: help\faq.txt. svn path=/trunk/; revision=27175
Diffstat (limited to 'packaging/nsis/wireshark.nsi')
-rw-r--r--packaging/nsis/wireshark.nsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 75fcc14b4c..91eb59f2e8 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -385,7 +385,6 @@ File "..\..\epan\wslua\dtd_gen.lua"
!ifdef SMI_DIR
File "${SMI_DIR}\lib\smi.dll"
!endif
-File /oname=FAQ "..\..\help\faq.txt"
File "..\..\README"
File "..\..\README.win32"
File "..\..\AUTHORS-SHORT"
@@ -999,7 +998,6 @@ Delete "$INSTDIR\*.manifest"
; previous versions installed this file
Delete "$INSTDIR\AUTHORS-SHORT-FORMAT"
Delete "$INSTDIR\README*"
-Delete "$INSTDIR\FAQ"
Delete "$INSTDIR\NEWS.txt"
Delete "$INSTDIR\manuf"
Delete "$INSTDIR\services"