use relative dir for uploading to avoid problems on Windows
authorSimon Marlow <simonmar@microsoft.com>
Mon, 21 May 2007 08:31:55 +0000 (08:31 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 21 May 2007 08:31:55 +0000 (08:31 +0000)
Makefile

index bedad7f..dd1e746 100644 (file)
--- 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::