projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d63e51
)
Use website for upload doc
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 2 Nov 2009 21:38:30 +0000
(22:38 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 2 Nov 2009 21:38:30 +0000
(22:38 +0100)
upload.sh
patch
|
blob
|
history
diff --git
a/upload.sh
b/upload.sh
index
6733aa5
..
54ccd40
100755
(executable)
--- 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