From b0878774e0f5c45343079f4fc3d4753ccefd62aa Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Mon, 19 Jul 2010 13:57:22 +0000 Subject: Don't hard-code the username. --- tools/dist.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/dist.mk b/tools/dist.mk index 24e34309..73c481f3 100644 --- a/tools/dist.mk +++ b/tools/dist.mk @@ -1,4 +1,4 @@ -# $Id: dist.mk,v 1.9 2010-07-18 13:36:52 tcunha Exp $ +# $Id: dist.mk,v 1.10 2010-07-19 13:57:22 tcunha Exp $ VERSION= 1.3 @@ -20,7 +20,7 @@ dist: upload-index.html: update-index.html scp www/index.html www/main.css www/images/*.png \ - nicm,tmux@web.sf.net:/home/groups/t/tm/tmux/htdocs + ${USER},tmux@web.sf.net:/home/groups/t/tm/tmux/htdocs rm -f www/index.html www/images/small-* update-index.html: -- cgit v1.2.3