chiark / gitweb /
deploy specs too
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 21 Nov 2020 23:06:48 +0000 (23:06 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 21 Nov 2020 23:06:48 +0000 (23:06 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index 6eea28d40e31186c9eb827caf4b365a4216974ed..2624fb7c94943d723bcace363e2ebe6ba7f0120f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -232,7 +232,7 @@ 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 -r README.md $(DEPLOY_BASE)/.
-       rsync -r --delete --exclude=\*~ library $(DEPLOY_BASE)/.
+       rsync -r --delete --exclude=\*~ library specs $(DEPLOY_BASE)/.
        rsync -r $(FILEASSETS) $(addprefix $(WASM_PACKED)/, $(WASM_ASSETS)) \
                $(DEPLOY_BASE)/assets/
        ssh -o BatchMode=true $(DEPLOY_USER) $(DEPLOY_FINISH)