gedit r6724 - branches/win32/win32
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit r6724 - branches/win32/win32
- Date: Thu, 25 Dec 2008 17:23:26 +0000 (UTC)
Author: icq
Date: Thu Dec 25 17:23:26 2008
New Revision: 6724
URL: http://svn.gnome.org/viewvc/gedit?rev=6724&view=rev
Log:
Add AUTHORS and README files.
Modified:
branches/win32/win32/build-installer
branches/win32/win32/gedit.iss.in
Modified: branches/win32/win32/build-installer
==============================================================================
--- branches/win32/win32/build-installer (original)
+++ branches/win32/win32/build-installer Thu Dec 25 17:23:26 2008
@@ -20,8 +20,11 @@
mkdir -p installer || exit
-echo "Copying the license..."
-cp ../COPYING installer || exit
+echo "Copying the docs..."
+mkdir -p installer/share/doc || exit
+cp ../COPYING installer/share/doc || exit
+cp ../AUTHORS installer/share/doc || exit
+cp ../README installer/share/doc || exit
echo "Copying DLL files..."
Modified: branches/win32/win32/gedit.iss.in
==============================================================================
--- branches/win32/win32/gedit.iss.in (original)
+++ branches/win32/win32/gedit.iss.in Thu Dec 25 17:23:26 2008
@@ -9,7 +9,7 @@
AppPublisherURL=http:\\www.gedit.org\
AppVersion= VERSION@
OutputBaseFilename=gedit-setup- VERSION@-INSTALLERREVISION
-LicenseFile=COPYING
+LicenseFile=share\doc\COPYING
[Components]
Name: "gtk"; Description: "GTK+ runtime environment"; Types: full compact custom; Flags: fixed
@@ -34,8 +34,10 @@
[Files]
-; License
-Source: "COPYING"; DestDir: "{app}"; Components: main
+; Docs
+Source: "share\doc\COPYING"; DestDir: "{app}\share\doc"; Components: main
+Source: "share\doc\README"; DestDir: "{app}\share\doc"; Components: main
+Source: "share\doc\AUTHORS"; DestDir: "{app}\share\doc"; Components: main
; GTK+
Source: "bin\intl.dll"; DestDir: "{app}\bin"; Components: gtk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]