Skip to content

Commit c0c3cf2

Browse files
committed
BF - added user variable to website upload
1 parent 7c8b16c commit c0c3cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HTML_DIR=build/html
33
LATEX_DIR=build/latex
44
WWW_DIR=build/website
55
DOCSRC_DIR=doc
6-
6+
SF_USER ?= matthewbrett
77
#
88
# The Python executable to be used
99
#
@@ -135,7 +135,7 @@ upload-website: website
135135

136136
upload-htmldoc: htmldoc
137137
rsync -rzhvp --delete --chmod=Dg+s,g+rw $(HTML_DIR)/* \
138-
web.sourceforge.net:/home/groups/n/ni/nipy/htdocs/nibabel/
138+
$(SF_USER),nipy@web.sourceforge.net:/home/groups/n/ni/nipy/htdocs/nibabel/
139139

140140
#
141141
# Sources

0 commit comments

Comments
 (0)