diff options
author | David Waern <david.waern@gmail.com> | 2010-09-02 11:38:52 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-09-02 11:38:52 +0000 |
commit | eb45df2822ae7f2d177807334db96b23f3b9008f (patch) | |
tree | 7e7f41bd320a552055735558a587b28de2ed8547 /make-sdist.sh | |
parent | 9d4c8ebd8fbdedfc73a0aea512f826c567acc1ce (diff) |
Update release instructions
Diffstat (limited to 'make-sdist.sh')
-rw-r--r-- | make-sdist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-sdist.sh b/make-sdist.sh index a7f1968a..27c0ea6f 100644 --- a/make-sdist.sh +++ b/make-sdist.sh @@ -27,7 +27,7 @@ tar cvzf haddock-*.tar.gz haddock-*/ # - make html # - mv haddock haddock-html # - tar cvzf haddock-doc-html-${version}.tar.gz haddock-html -# - scp haddock-doc-html-${version}.tar.gz haskell.org:haddock/doc +# - scp haddock-doc-html-${version}.tar.gz www.haskell.org:../haskell/haddock/doc # - ssh haskell.org # - cd haddock/doc # - tar xvzf haddock-doc-html-${version}.tar.gz |