X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=upload.sh;h=54ccd4098d19bc1685ced91586002e6e05c96084;hp=6733aa54d58f48934f8df89462f0b9f6b25e63d9;hb=935b1ba0c2c3dc480b0afcb3673abe2ef2dd893f;hpb=273716ada4a96213fb99182df2a3ee22509437b0 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