summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-05-21 08:31:55 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-05-21 08:31:55 +0000
commitf8033bd16a17bafe09023790ff374fe571380b5e (patch)
tree092d79a8b33f84b912987aacd0233aee63d11883 /Makefile
parentf03f49b0e2de91fdec3ef8e40f2e23258076980c (diff)
downloadhaskell-f8033bd16a17bafe09023790ff374fe571380b5e.tar.gz
use relative dir for uploading to avoid problems on Windows
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bedad7f39e..dd1e746c88 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::