From: Adam Dickmeiss Date: Mon, 2 Nov 2009 21:38:30 +0000 (+0100) Subject: Use website for upload doc X-Git-Tag: v3.0.51~22^2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=66809e641d809eaa821a74db209c47deb3590f11 Use website for upload doc --- diff --git a/upload.sh b/upload.sh index 6733aa5..54ccd40 100755 --- a/upload.sh +++ b/upload.sh @@ -9,5 +9,5 @@ if test -s stderr; then fi (cd doc && make ${P}.pdf index.html) cp NEWS doc/ -tar cz --exclude=.git -f - dox doc|ssh us2 "cd software/${P}; tar xzf -" +tar cz --exclude=.git -f - dox doc|ssh website "cd software/${P}; tar xzf -" exit 0