From ca19d2e1e4fe0600c0e2912d3f6b021d87290f48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Sun, 15 May 2011 15:59:57 +0000 Subject: [PATCH] update upload data git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@3131 069f4177-920e-0410-937b-c2a4a81bcd90 --- www/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/www/Makefile b/www/Makefile index b75979f7..17e51054 100644 --- a/www/Makefile +++ b/www/Makefile @@ -3,7 +3,7 @@ PYTHON ?= python default: build -publicserver = shell.sourceforge.net +publicserver = web.sourceforge.net publicpath = /home/groups/p/py/pyx/htdocs all: @@ -15,10 +15,6 @@ clean: public: scp -oCompression=yes -r build/* $(publicserver):$(publicpath) - make chmod - -chmod: - -ssh $(publicserver) "cd $(publicpath); chmod -fR g+w *" build: copy html -- 2.11.4.GIT