From 719156d3f49899a6be42344902a7e93cae49325d Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Mon, 25 May 2009 10:17:25 +0200 Subject: [PATCH] Use new location at neuro.debian.net --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.2