Makefile: chmod von rsync machen lassen

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@916 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2007-05-02 16:58:17 +00:00
parent 762f451232
commit 224caf8e5d
1 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@ export SGML_CATALOG_FILES
WGET=wget --timestamping WGET=wget --timestamping
# rsync # rsync
RSYNC=rsync RSYNC=rsync
RSYNC_FLAGS=--verbose --recursive --delete --delete-after --delete-excluded --checksum RSYNC_FLAGS=--verbose --recursive --delete --delete-after --delete-excluded --checksum --chmod=ugo=rX
# Editor # Editor
EDITOR?=vim EDITOR?=vim
# Browser # Browser
@ -75,7 +75,6 @@ endef
www: $(XML_CATALOG) $(CONTENT) www: $(XML_CATALOG) $(CONTENT)
$(RSYNC) $(RSYNC_FLAGS) content/static/ content/old-site/ build/ $@ $(RSYNC) $(RSYNC_FLAGS) content/static/ content/old-site/ build/ $@
chmod -R a+rX $@
export: www export: www
$(RSYNC) $(RSYNC_FLAGS) --exclude=".svn/" www/ $(DESTDIR)/ $(RSYNC) $(RSYNC_FLAGS) --exclude=".svn/" www/ $(DESTDIR)/