Add the FAQ to the packages.

svn path=/trunk/; revision=6028
This commit is contained in:
Jörg Mayer 2002-08-20 00:59:42 +00:00
parent 13917def55
commit 15c6107d19
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# #
# $Id: Makefile.nmake,v 1.13 2002/08/19 15:48:28 gerald Exp $ # $Id: Makefile.nmake,v 1.14 2002/08/20 00:59:39 jmayer Exp $
# #
# NSIS is a free packager/installer/uninstaller program for Win32. # NSIS is a free packager/installer/uninstaller program for Win32.
# It was originally written for the Winamp package, but various # It was originally written for the Winamp package, but various
@ -17,6 +17,7 @@ DOC=../../doc/ethereal.html \
../../doc/editcap.html \ ../../doc/editcap.html \
../../doc/text2pcap.html \ ../../doc/text2pcap.html \
../../doc/mergecap.html \ ../../doc/mergecap.html \
../../FAQ \
../../README \ ../../README \
../../README.win32 ../../README.win32
GPL=GPL.txt GPL=GPL.txt

View File

@ -1,7 +1,7 @@
; ;
; ethereal.nsi ; ethereal.nsi
; ;
; $Id: ethereal.nsi,v 1.3 2002/08/19 15:48:28 gerald Exp $ ; $Id: ethereal.nsi,v 1.4 2002/08/20 00:59:39 jmayer Exp $
; ============================================================================ ; ============================================================================
; Header configuration ; Header configuration
@ -72,6 +72,7 @@ File "${COMMON_FILES_GNU}\glib-1.3.dll"
File "${COMMON_FILES_GNU}\gmodule-1.3.dll" File "${COMMON_FILES_GNU}\gmodule-1.3.dll"
File "${COMMON_FILES_GNU}\gnu-intl.dll" File "${COMMON_FILES_GNU}\gnu-intl.dll"
;File "${COMMON_FILES_GNU}\zlib.dll" ;File "${COMMON_FILES_GNU}\zlib.dll"
File "..\..\FAQ"
File "..\..\README" File "..\..\README"
File "..\..\README.win32" File "..\..\README.win32"
File "..\..\manuf" File "..\..\manuf"
@ -164,6 +165,7 @@ Section "Uninstall"
DeleteRegKey HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" DeleteRegKey HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal"
DeleteRegKey HKEY_LOCAL_MACHINE SOFTWARE\Ethereal DeleteRegKey HKEY_LOCAL_MACHINE SOFTWARE\Ethereal
Delete "$INSTDIR\FAQ"
Delete "$INSTDIR\README*" Delete "$INSTDIR\README*"
Delete "$INSTDIR\manuf" Delete "$INSTDIR\manuf"
Delete "$INSTDIR\dictionary.dtd" Delete "$INSTDIR\dictionary.dtd"

View File

@ -47,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README %doc AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README
%doc README.hpux README.linux README.vmware %doc README.hpux README.linux README.vmware
%doc README.aix README.irix README.tru64 README.win32 %doc README.aix README.irix README.tru64 README.win32
%doc README.bsd %doc README.bsd