about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2020-02-22 00:18:58 +0000
committerEric Wong <normalperson@yhbt.net>2020-02-22 00:18:58 +0000
commit4eb34004ed33e6a5f856ce4d5e667926d9d13808 (patch)
tree13a12ac75c30ac59b90de57d58d7c7aa8ea58dbf
parent11e85cc82641de1cc9e6df2e886409bc8567f958 (diff)
downloadmahoro-4eb34004ed33e6a5f856ce4d5e667926d9d13808.tar.gz
website: do not delete when publishing
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8769ce5..6ebd583 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -57,7 +57,7 @@ package: $(gem) $(tgz)
 
 RSYNC = rsync
 publish_doc: all
-        $(RSYNC) --delete --exclude .gitignore -av \
+        $(RSYNC) --exclude .gitignore -av \
                 www/ yhbt.net:/srv/yhbt/mahoro/
 
 .PHONY: publish_doc package