monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone.monotone-0.99: 66ddd0f2bb9b


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.monotone-0.99: 66ddd0f2bb9bb0e98aafe1ddd3c5975a9102c4d1
Date: Thu, 4 Nov 2010 12:14:11 GMT

revision:            66ddd0f2bb9bb0e98aafe1ddd3c5975a9102c4d1
date:                2010-11-04T12:12:34
author:              address@hidden
branch:              net.venge.monotone.monotone-0.99
changelog:
fix win32 installer build

* Makefile.am (monotone-$(PACKAGE_VERSION)-setup.exe): add info

* win32/monotone.iss.in: fix html directories

manifest:
format_version "1"

new_manifest [6f6e5f6d415baffe6ac163b8d529f523035df3b7]

old_revision [8973482283db7c36780dce2b54721ccc0f5b7388]

patch "Makefile.am"
 from [76cbdb6eb755172ea1300885c066bd83fa725a70]
   to [0c1e48ef9dfb72bc9f3ada23437e17c7fca73c18]

patch "win32/monotone.iss.in"
 from [38e480a83eb7115c91982b21516a29179e2a08a4]
   to [2a16720352f6ab65e7cdac63a870e5f6f6dd9770]
============================================================
--- Makefile.am	76cbdb6eb755172ea1300885c066bd83fa725a70
+++ Makefile.am	0c1e48ef9dfb72bc9f3ada23437e17c7fca73c18
@@ -497,7 +497,7 @@ win32-installer: monotone-$(PACKAGE_VERS
 
 win32-installer: monotone-$(PACKAGE_VERSION)-setup.exe
 
-monotone-$(PACKAGE_VERSION)-setup.exe: mtn-stripped.exe html $(ALL_GMOFILES) linguas.iss dlls.iss monotone.iss
+monotone-$(PACKAGE_VERSION)-setup.exe: mtn-stripped.exe html info $(ALL_GMOFILES) linguas.iss dlls.iss monotone.iss
 	$(ISCC) monotone.iss
 
 mtn-stripped.exe: mtn.exe
============================================================
--- win32/monotone.iss.in	38e480a83eb7115c91982b21516a29179e2a08a4
+++ win32/monotone.iss.in	2a16720352f6ab65e7cdac63a870e5f6f6dd9770
@@ -28,10 +28,10 @@ Source: "{#BUILDDIR}\mtn-stripped.exe"; 
 
 [Files]
 Source: "{#BUILDDIR}\mtn-stripped.exe"; DestDir: "{app}"; DestName: "mtn.exe"; Flags: ignoreversion
-Source: "{#BUILDDIR}\monotone.html"; DestDir: "{app}\documentation"; Flags: ignoreversion
-Source: "{#BUILDDIR}\figures\*.png"; DestDir: "{app}\documentation\figures"; Flags: ignoreversion
-Source: "{#BUILDDIR}\images\*.png"; DestDir: "{app}\documentation\images"; Flags: ignoreversion
-Source: "{#SRCDIR}\texinfo.css"; DestDir: "{app}\documentation"; Flags: ignoreversion
+Source: "{#BUILDDIR}\html\*.html"; DestDir: "{app}\documentation\html"; Flags: ignoreversion
+Source: "{#BUILDDIR}\html\*.css"; DestDir: "{app}\documentation\html"; Flags: ignoreversion
+Source: "{#BUILDDIR}\html\figures\*.*"; DestDir: "{app}\documentation\html\figures"; Flags: ignoreversion
+Source: "{#BUILDDIR}\html\images\*.*"; DestDir: "{app}\documentation\html\images"; Flags: ignoreversion
 Source: "{#SRCDIR}\COPYING"; DestDir: "{app}"; Flags: ignoreversion
 Source: "{#SRCDIR}\monotone.info"; DestDir: "{app}\documentation"; Flags: ignoreversion
 Source: "{#SRCDIR}\monotone.info-1"; DestDir: "{app}\documentation"; Flags: ignoreversion
@@ -39,23 +39,21 @@ Source: "{#SRCDIR}\monotone.info-3"; Des
 Source: "{#SRCDIR}\monotone.info-3"; DestDir: "{app}\documentation"; Flags: ignoreversion
 
 ; this file is generated by Makefile target "win32/dlls.iss"
-; it creates list of distribuable DLLs in form
-; Source: "some_dll.dll"; DestDir: "{app}"; Flags: ignoreversion
+; it creates list of distributable DLLs 
 #include "dlls.iss"
 
 ; the same but for language files
 #include "linguas.iss"
 
-
 [Tasks]
 Name: modifypath; Description: "Add monotone to your path"; GroupDescription: "Get up and running"; Flags: unchecked
 Name: viewdocs; Description: "View the monotone documentation"; GroupDescription: "Get up and running"
 
 [Run]
-Filename: "{app}\documentation\monotone.html"; Tasks: viewdocs; Flags: shellexec nowait; WorkingDir: "{app}\documentation"
+Filename: "{app}\documentation\html\index.html"; Tasks: viewdocs; Flags: shellexec nowait; WorkingDir: "{app}\documentation\html"
 
 [Icons]
-Name: "{group}\monotone documentation"; Filename: "{app}\documentation\monotone.html"; WorkingDir: "{app}"
+Name: "{group}\monotone documentation"; Filename: "{app}\documentation\html\index.html"; WorkingDir: "{app}\documentation\html"
 
 [Code]
 function ModPathDir(): String;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]