about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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