summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-07-19 13:57:22 +0000
committerTiago Cunha <tcunha@gmx.com>2010-07-19 13:57:22 +0000
commitb0878774e0f5c45343079f4fc3d4753ccefd62aa (patch)
tree53c9c8fa5bf82b5123a499353378036f4906d83d /tools
parente71f0842cedd6846ebb4a08ec10e9b19db2b0bae (diff)
Don't hard-code the username.
Diffstat (limited to 'tools')
-rw-r--r--tools/dist.mk4
1 files changed, 2 insertions, 2 deletions
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: