chiark / gitweb /
deployment work
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 21 Nov 2020 22:35:33 +0000 (22:35 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 21 Nov 2020 22:35:33 +0000 (22:35 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index a6fe6ea6e4f8cfcf28cb47574ac79f431f61eae6..644163bcc083561c29af27944a8597217d33d48f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -229,10 +229,11 @@ DEPLOY_BASE=ian@login.chiark.greenend.org.uk:/volatile/Otter
 deploy: stamp/cargo.deploy-build bundled-sources assets libraries
        rsync -zv --progress $(addprefix $(DEPLOY_TARGET_DIR)/,$(PROGRAMS)) $(DEPLOY_BASE)/bin/
        rsync -rv --progress $(TARGET_DIR)/bundled-sources/. $(DEPLOY_BASE)/bundled-sources
-       rsync -rv --progress README.md $(DEPLOY_BASE)/.
-       rsync -rv --progress --delete --exclude=\*~ library/. $(DEPLOY_BASE)/library/.
-       rsync -rv --progress $(FILEASSETS) $(addprefix $(WASM_PACKED)/, $(WASM_ASSETS)) \
+       rsync -r README.md $(DEPLOY_BASE)/.
+       rsync -r --delete --exclude=\*~ library $(DEPLOY_BASE)/.
+       rsync -r $(FILEASSETS) $(addprefix $(WASM_PACKED)/, $(WASM_ASSETS)) \
                $(DEPLOY_BASE)/assets/
+       @echo Deployment file copies complete.
 
 #$(DEPLOY_BASE)/bundled-sources