diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-06-28 03:02:38 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-06-28 03:02:38 +0000 |
commit | e72b80501c8f6c035f05128f36934da9e32d1171 (patch) | |
tree | e3d3bd0778c311dacf2d5cc27bde58828e9b46fc /release | |
parent | 6cd1d849f108a60f074897c93abf4f312ee55c18 (diff) | |
download | tigervnc-e72b80501c8f6c035f05128f36934da9e32d1171.tar.gz tigervnc-e72b80501c8f6c035f05128f36934da9e32d1171.zip |
Consolidate all README files into one and distribute it with the binary packages.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4562 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'release')
-rw-r--r-- | release/README.txt | 15 | ||||
-rw-r--r-- | release/makemacapp.in | 4 | ||||
-rw-r--r-- | release/tigervnc.iss.in | 7 |
3 files changed, 6 insertions, 20 deletions
diff --git a/release/README.txt b/release/README.txt deleted file mode 100644 index 3db4db4e..00000000 --- a/release/README.txt +++ /dev/null @@ -1,15 +0,0 @@ -Virtual Network Computing (VNC) is a remote display system which allows you to -view and interact with a virtual desktop environment that is running on another -computer on the network. Using VNC, you can run graphical applications on a -remote machine and send only the display from these applications to your local -machine. VNC is platform-independent and supports a wide variety of operating -systems and architectures as both servers and clients. This package contains a -client which will allow you to connect to a VNC server. - -TigerVNC is a high-speed version of VNC based on the RealVNC 4 and X.org code -bases. TigerVNC started as a next-generation development effort for TightVNC -on Unix and Linux platforms, but it split from its parent project in early 2009 -so that TightVNC could focus on Windows platforms. TigerVNC supports a variant -of Tight encoding that is greatly accelerated by the use of the libjpeg-turbo -JPEG codec. TigerVNC has replaced RealVNC in the Fedora Project, and there are -long-term plans for it to replace TurboVNC in the VirtualGL Project as well. diff --git a/release/makemacapp.in b/release/makemacapp.in index d8470860..66a7f66e 100644 --- a/release/makemacapp.in +++ b/release/makemacapp.in @@ -64,8 +64,8 @@ fi install -m 644 $SRCDIR/release/tigervnc.icns "$APPROOT/Contents/Resources/" install -m 644 release/Info.plist "$APPROOT/Contents/" -install -m 644 $SRCDIR/LICENCE.txt $TMPDIR/dmg/ -install -m 644 $SRCDIR/release/README.txt $TMPDIR/dmg/ +install -m 644 $SRCDIR/LICENCE.TXT $TMPDIR/dmg/ +install -m 644 $SRCDIR/README.txt $TMPDIR/dmg/ hdiutil create -fs HFS+ -volname $PACKAGE_NAME-$VERSION \ -srcfolder "$TMPDIR/dmg" \ diff --git a/release/tigervnc.iss.in b/release/tigervnc.iss.in index a428e5e6..68d69dfa 100644 --- a/release/tigervnc.iss.in +++ b/release/tigervnc.iss.in @@ -25,8 +25,8 @@ Source: "@CMAKE_CURRENT_BINARY_DIR@\win\winvnc\{#BUILD_DIR}wm_hooks.dll"; DestDi Source: "@CMAKE_CURRENT_BINARY_DIR@\win\vncconfig\{#BUILD_DIR}vncconfig.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace; #endif Source: "@CMAKE_CURRENT_BINARY_DIR@\vncviewer\{#BUILD_DIR}vncviewer.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace; -Source: "@CMAKE_SOURCE_DIR@\win\README_BINARY.txt"; DestDir: "{app}"; Flags: ignoreversion -Source: "@CMAKE_SOURCE_DIR@\LICENCE.txt"; DestDir: "{app}"; Flags: ignoreversion +Source: "@CMAKE_SOURCE_DIR@\README.txt"; DestDir: "{app}"; Flags: ignoreversion +Source: "@CMAKE_SOURCE_DIR@\LICENCE.TXT"; DestDir: "{app}"; Flags: ignoreversion #ifdef HAVE_GNUTLS Source: "@GNUTLS_INCLUDE_DIRS@\..\bin\libgnutls-*.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "@GNUTLS_INCLUDE_DIRS@\..\bin\libgcrypt-*.dll"; DestDir: "{app}"; Flags: ignoreversion @@ -49,7 +49,8 @@ Name: "{group}\VNC Server (Service-Mode)\Unregister VNC Service"; FileName: "{ap Name: "{group}\VNC Server (Service-Mode)\Start VNC Service"; FileName: "{app}\winvnc4.exe"; Parameters: "-noconsole -start"; Name: "{group}\VNC Server (Service-Mode)\Stop VNC Service"; FileName: "{app}\winvnc4.exe"; Parameters: "-noconsole -stop"; #endif -Name: "{group}\License"; FileName: "{app}\LICENCE.txt"; +Name: "{group}\License"; FileName: "write.exe"; Parameters: "LICENCE.TXT"; WorkingDir: "{app}"; Flags: "useapppaths" +Name: "{group}\Read Me"; FileName: "write.exe"; Parameters: "README.txt"; WorkingDir: "{app}"; Flags: "useapppaths" Name: "{group}\Uninstall TigerVNC"; FileName: "{uninstallexe}"; WorkingDir: "{app}"; #ifdef BUILD_WINVNC |