From: Yaroslav Halchenko Date: Tue, 8 Dec 2009 23:26:09 +0000 (-0500) Subject: Exclude debian-local also from being removed from n.d.n X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9802f3819fafc7db3e5efda91746774a537960ab;p=neurodebian.git Exclude debian-local also from being removed from n.d.n --- diff --git a/Makefile b/Makefile index 3e2ceaf..5fec98b 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ build/db.db: upload-website: html - rsync -rvzlhp --delete --exclude=debian --chmod=Dg+s,g+rw $(WWW_DIR) $(WWW_UPLOAD_URI) + rsync -rvzlhp --delete --exclude=debian --exclude=debian-local --chmod=Dg+s,g+rw $(WWW_DIR) $(WWW_UPLOAD_URI) .PHONY: removedb removecache updatedb upload-website clean distclean pics html