diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-12-20 10:48:29 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-12-20 10:48:29 +0000 |
commit | 28606fa6e615b55344688e2a6ad9ced77df42592 (patch) | |
tree | 7790c3fa18635504b3406ad95fa91be547d8b962 /make-sdist.sh | |
parent | 08df19a0d69c0d1498cf59fe913ad75b18cc7a94 (diff) |
doc updates
Diffstat (limited to 'make-sdist.sh')
-rw-r--r-- | make-sdist.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make-sdist.sh b/make-sdist.sh index 19bc599d..a7f1968a 100644 --- a/make-sdist.sh +++ b/make-sdist.sh @@ -13,6 +13,8 @@ cd .. tar cvzf haddock-*.tar.gz haddock-*/ # Steps for doing a release: +# * Update version number in .cabal, doc/haddock.xml, haddock.spec +# * Update CHANGES # * Source: # - do the above # - upload the dist to haskell.org:haddock/dist/${version} |