From 30ce68ad7ba0c7467b0369e0a5d6252baa52aae4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 6 Jan 2010 17:34:58 -0800 Subject: GNUmakefile: avoid deleting when uploading docs --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),) -- cgit v1.2.3-24-ge0c7