Thanks - I checked the fix into the trunk and 0.11 Cheers,
Mark On 24/02/2010 12:11 AM, Juhani Ränkimies wrote:
Hi, fix below. -juhani ------------------------------- etc/Makefile.am ------------------------------- index f83b0ef..10c9dc0 100644 @@ -93,7 +93,7 @@ windows/couchdb.iss: windows/couchdb.iss.tpl FORCE # The installer depends on all files, not just the source .iss file, # so we trick make into always building it with the FORCE pattern... windows/setup-couch...@[email protected]: windows/couchdb.iss windows/README.txt FORCE - $(INNO_COMPILER_EXECUTABLE) /q $< + "$(INNO_COMPILER_EXECUTABLE)" /q $< @echo Windows Installer is at: `cygpath -a -w windows/setup-couch...@[email protected]` windows/setup-couch...@[email protected]: windows/setup-couch...@[email protected]
