From: Yaroslav Halchenko Date: Tue, 7 Oct 2014 16:30:23 +0000 (-0400) Subject: foreseeing creating more of custom "repos" allow tohave debian-custom folder on the... X-Git-Url: https://git.donarmstrong.com/?p=neurodebian.git;a=commitdiff_plain;h=2f9463b62ddda8817afa3a535e8ce4c02c9ee767 foreseeing creating more of custom "repos" allow tohave debian-custom folder on the website --- diff --git a/Makefile b/Makefile index 4c06e30..a2f86ca 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ updatedb: cachefiles upload-website: html rsync -rvzlhp --delete \ - --exclude=debian --exclude=debian-local --exclude=debian-devel --exclude=_files \ + --exclude=debian --exclude=debian-local --exclude=debian-devel --exclude=debian-custom --exclude=_files \ --chmod=Dg+s,g+rw $(WWW_DIR) $(WWW_UPLOAD_URI) : # Touch stamp here so we get it updated on every upload touch $@-stamp