From: Simon Marlow Date: Mon, 21 May 2007 08:31:55 +0000 (+0000) Subject: use relative dir for uploading to avoid problems on Windows X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f8033bd16a17bafe09023790ff374fe571380b5e use relative dir for uploading to avoid problems on Windows --- diff --git a/Makefile b/Makefile index bedad7f..dd1e746 100644 --- a/Makefile +++ b/Makefile @@ -405,7 +405,7 @@ publish-binary-dist : echo "Try $$i: $(PublishCp) $(BIN_DIST_TARBALL) $(PublishLocation)/dist"; \ if $(PublishCp) $(BIN_DIST_TARBALL) $(PublishLocation)/dist; then break; fi; \ done - $(PublishCp) -r $(BIN_DIST_DIR)/share/html/* $(PublishLocation)/docs + $(PublishCp) -r $(FPTOOLS_TOP)/$(BIN_DIST_NAME)/share/html/* $(PublishLocation)/docs binary-dist::