From: Yaroslav Halchenko Date: Tue, 31 Aug 2010 13:44:26 +0000 (-0400) Subject: exclude deletion of _files while uploading of website X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7a3b19c1df3b7f114f4c395f1fc99b9cbd5e6641;p=neurodebian.git exclude deletion of _files while uploading of website --- diff --git a/Makefile b/Makefile index 033b9e3..dd9097c 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,9 @@ build/db.db: upload-website: html - rsync -rvzlhp --delete --exclude=debian --exclude=debian-local --chmod=Dg+s,g+rw $(WWW_DIR) $(WWW_UPLOAD_URI) + rsync -rvzlhp --delete \ + --exclude=debian --exclude=debian-local --exclude=_files \ + --chmod=Dg+s,g+rw $(WWW_DIR) $(WWW_UPLOAD_URI) .PHONY: removedb removecache updatedb upload-website clean distclean pics html