From 7a3b19c1df3b7f114f4c395f1fc99b9cbd5e6641 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 31 Aug 2010 09:44:26 -0400 Subject: [PATCH] exclude deletion of _files while uploading of website --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2