aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1aec85a..e16a88b 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ WWWDIR = /var/www/praat
WWWHOST = praat.cefala.org
APACHEDIR = /etc/apache2/sites-available
BUILD = www/$(INDEX) apache/praat.conf
-REPODATA = repo/db repo/dists repop/pool
+REPODATA = repo/db repo/dists repo/pool
REPOHOST = www.cefala.org
USER = rlaboiss
@@ -26,4 +26,4 @@ clean:
.PHONY: install-repo
install-repo:
- scp -r r$(REPODATA) '$(USER)@$(REPOHOST):$(WWWDIR)'
+ rsync --del -avz $(REPODATA) '$(USER)@$(REPOHOST):$(WWWDIR)'