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 f98f485..010b879 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -79,7 +79,7 @@ publish_doc:
         git set-file-times
         $(RM) -r doc
         $(MAKE) doc
-        rsync -av --delete doc/ rubyforge.org:/var/www/gforge-projects/clogger/
+        rsync -av doc/ rubyforge.org:/var/www/gforge-projects/clogger/
         git ls-files | xargs touch
 
 ifneq ($(VERSION),)