From 431ab712487156522dc5e3981cde3e400faf28b1 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 18 Mar 2011 10:43:06 +0100 Subject: Force documentation upload --- doc/publish.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/publish.sh.in') diff --git a/doc/publish.sh.in b/doc/publish.sh.in index 6ae3733..a9acc08 100644 --- a/doc/publish.sh.in +++ b/doc/publish.sh.in @@ -5,4 +5,4 @@ read -e USER echo -n "host (:~/public_html is appended): " read -e HOST -scp -r html/ $USER@$HOST:~/public_html/libuca-${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH} +scp -vr html/ $USER@$HOST:~/public_html/libuca-${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH} -- cgit v1.2.3