From: Michael Hanke Date: Mon, 25 May 2009 08:17:25 +0000 (+0200) Subject: Use new location at neuro.debian.net X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=719156d3f49899a6be42344902a7e93cae49325d;p=neurodebian.git Use new location at neuro.debian.net --- diff --git a/Makefile b/Makefile index 43e33b6..73c66be 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ - -WWW_UPLOAD_URI = elrond:/home/hanke/public_html/archive +# old location +#WWW_UPLOAD_URI = elrond:/home/hanke/public_html/archive +# brand new fancy one +WWW_UPLOAD_URI = neuro.debian.net:/home/www/neuro.debian.net/www WWW_DIR = build/html all: html @@ -48,6 +50,6 @@ build/db.db: upload-website: html - rsync -rvzlhp --delete --chmod=Dg+s,g+rw $(WWW_DIR) $(WWW_UPLOAD_URI) + rsync -rvzlhp --delete --chmod=Dg+s,g+rw $(WWW_DIR)/* $(WWW_UPLOAD_URI) .PHONY: prep