add voip-readme.txt to installers

This commit is contained in:
Ludwig Nussel 2008-06-25 07:59:50 +00:00
parent 6dca7ed917
commit 2e803017c4
3 changed files with 6 additions and 1 deletions

View file

@ -59,6 +59,7 @@ Section "ioquake3 (required)"
File "../../COPYING.txt" File "../../COPYING.txt"
File "../../README.txt" File "../../README.txt"
File "../../id-readme.txt" File "../../id-readme.txt"
File "../../voip-readme.txt"
SetOutPath "$INSTDIR\baseq3" SetOutPath "$INSTDIR\baseq3"
File "../../build/release-mingw32-x86/baseq3/cgamex86.dll" File "../../build/release-mingw32-x86/baseq3/cgamex86.dll"
@ -129,6 +130,7 @@ Section "Uninstall"
Delete $INSTDIR\COPYING.txt Delete $INSTDIR\COPYING.txt
Delete $INSTDIR\README.txt Delete $INSTDIR\README.txt
Delete $INSTDIR\id-readme.txt Delete $INSTDIR\id-readme.txt
Delete $INSTDIR\voip-readme.txt
Delete $INSTDIR\SDL.dll Delete $INSTDIR\SDL.dll
@ -137,7 +139,8 @@ Section "Uninstall"
Delete $INSTDIR\uninstall.exe Delete $INSTDIR\uninstall.exe
; Remove shortcuts, if any ; Remove shortcuts, if any
Delete "$SMPROGRAMS\ioquake3\*.lnk" Delete "$SMPROGRAMS\ioquake3\Uninstall.lnk"
Delete "$SMPROGRAMS\ioquake3\ioquake3.lnk"
; Remove directories used ; Remove directories used
RMDir "$SMPROGRAMS\ioquake3" RMDir "$SMPROGRAMS\ioquake3"

View file

@ -102,6 +102,7 @@ install -m 755 /usr/bin/xdg-desktop-menu image/xdg-desktop-menu
install -m 644 ioquake3.desktop image/ioquake3.desktop.in install -m 644 ioquake3.desktop image/ioquake3.desktop.in
### README, COPYING and EULA ### README, COPYING and EULA
install -m 644 $topdir/voip-readme.txt image/voip-readme.txt
install -m 644 $topdir/README image/README install -m 644 $topdir/README image/README
install -m 644 $topdir/COPYING.txt image/COPYING install -m 644 $topdir/COPYING.txt image/COPYING

View file

@ -59,6 +59,7 @@ ifelse(HAVE_PPC,yes,dnl
<files> <files>
quake3.png quake3.png
COPYING COPYING
voip-readme.txt
</files> </files>
</option> </option>
</component> </component>