diff options
author | Matthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de> | 2011-03-18 10:43:06 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de> | 2011-03-18 10:43:06 +0100 |
commit | 431ab712487156522dc5e3981cde3e400faf28b1 (patch) | |
tree | 907d88521c1e620487839da2243acff98c8fd592 /doc/publish.sh.in | |
parent | a95fb6dad12ef73b05e79198763465f418090e99 (diff) | |
download | libuca-431ab712487156522dc5e3981cde3e400faf28b1.tar.gz libuca-431ab712487156522dc5e3981cde3e400faf28b1.tar.bz2 libuca-431ab712487156522dc5e3981cde3e400faf28b1.tar.xz libuca-431ab712487156522dc5e3981cde3e400faf28b1.zip |
Force documentation upload
Diffstat (limited to 'doc/publish.sh.in')
-rw-r--r-- | doc/publish.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
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} |