From 66809e641d809eaa821a74db209c47deb3590f11 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 2 Nov 2009 22:38:30 +0100 Subject: [PATCH] Use website for upload doc --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4