diff GNUmakefile @ 100:233f9c8c23e5

Missing changes necessary to properly support site modifications by staff group members, as was planned in r41.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 18 Oct 2011 09:11:34 +0000
parents 3179774f938e
children 73df20b5963c
line wrap: on
line diff
--- a/GNUmakefile	Tue Oct 18 09:06:15 2011 +0000
+++ b/GNUmakefile	Tue Oct 18 09:11:34 2011 +0000
@@ -5,7 +5,7 @@
 NGINX_ORG =	/data/www/nginx.org
 
 CP =		/data/sites/java/xsls/\*:$(HOME)/java/xsls/\*
-RSYNC =		rsync -v -rc --exclude=.svn
+RSYNC =		rsync -v -rpc --exclude=.svn
 CHMOD =		/bin/chmod -R g+w
 
 
@@ -217,6 +217,7 @@
 		touch -r $< $<.gz
 
 draft:	all
+	$(CHMOD) $(OUT)/
 	$(RSYNC) $(OUT)/ $(NGINX_ORG)/$(OUT)/
 
 copy: