From f8033bd16a17bafe09023790ff374fe571380b5e Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 21 May 2007 08:31:55 +0000 Subject: [PATCH] use relative dir for uploading to avoid problems on Windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 1.7.10.4