aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorPeter Åstrand (astrand) <astrand@cendio.se>2017-11-29 09:11:29 +0100
committerPeter Åstrand (astrand) <astrand@cendio.se>2018-01-31 15:23:42 +0100
commit6011f96cdc5b8f68a864d7f6294d9a45030b3533 (patch)
tree58228d5b7b46f1762674b0baa00fdda2235584fc /release
parent3ec76bd5eb9d70ba3dde7dcfd5c5e0aa3d7d3617 (diff)
downloadtigervnc-6011f96cdc5b8f68a864d7f6294d9a45030b3533.tar.gz
tigervnc-6011f96cdc5b8f68a864d7f6294d9a45030b3533.zip
Rename README.txt to README.rst and convert to reStructuredText
Diffstat (limited to 'release')
-rw-r--r--release/makemacapp.in2
-rw-r--r--release/tigervnc.iss.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/release/makemacapp.in b/release/makemacapp.in
index 66a7f66e..7aca33cc 100644
--- a/release/makemacapp.in
+++ b/release/makemacapp.in
@@ -65,7 +65,7 @@ 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/README.txt $TMPDIR/dmg/
+install -m 644 $SRCDIR/README.rst $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 b78b4e57..092345a5 100644
--- a/release/tigervnc.iss.in
+++ b/release/tigervnc.iss.in
@@ -30,7 +30,7 @@ Source: "@CMAKE_CURRENT_BINARY_DIR@\win\wm_hooks\wm_hooks.dll"; DestDir: "{app}"
Source: "@CMAKE_CURRENT_BINARY_DIR@\win\vncconfig\vncconfig.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace;
#endif
Source: "@CMAKE_CURRENT_BINARY_DIR@\vncviewer\vncviewer.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace;
-Source: "@CMAKE_SOURCE_DIR@\README.txt"; DestDir: "{app}"; Flags: ignoreversion
+Source: "@CMAKE_SOURCE_DIR@\README.rst"; DestDir: "{app}"; Flags: ignoreversion
Source: "@CMAKE_SOURCE_DIR@\LICENCE.TXT"; DestDir: "{app}"; Flags: ignoreversion
@@ -49,7 +49,7 @@ Name: "{group}\VNC Server (Service-Mode)\Start VNC Service"; FileName: "{app}\wi
Name: "{group}\VNC Server (Service-Mode)\Stop VNC Service"; FileName: "{app}\winvnc4.exe"; Parameters: "-noconsole -stop";
#endif
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}\Read Me"; FileName: "write.exe"; Parameters: "README.rst"; WorkingDir: "{app}"; Flags: "useapppaths"
Name: "{group}\Uninstall TigerVNC"; FileName: "{uninstallexe}"; WorkingDir: "{app}";
#ifdef BUILD_WINVNC